We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to certain task people are busy sometime so there is a high chance to start the standup meeting on our schedule time (3PM IST) manually.
It would be great if this can be automated i mean on working days it should start at 3 PM IST and ends max 3:15 PM IST if nobody respond.
The text was updated successfully, but these errors were encountered:
There are two options for implementing this, one is to use https://github.com/Gandi/hubot-cron-events with 0 0 15 ? * MON,TUE,WED,THU,FRI * as the cron and write an event listener that will start the standup.
0 0 15 ? * MON,TUE,WED,THU,FRI *
Although, I presume, we might not want to start the standup someday and it might send unnecessary pings on the IRC.
We can also use a message scheduler like https://github.com/matsukaz/hubot-schedule to send a reminder on the IRC to start the standup.
Which would be the better option?
Sorry, something went wrong.
I like the second option.. Let's see what others think, @minishift/minishift-dev
Closing this as we decided it would be too noisy!
No branches or pull requests
Due to certain task people are busy sometime so there is a high chance to start the standup meeting on our schedule time (3PM IST) manually.
It would be great if this can be automated i mean on working days it should start at 3 PM IST and ends max 3:15 PM IST if nobody respond.
The text was updated successfully, but these errors were encountered: