Cron job never being triggered #202919
Replies: 3 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Hi @shwethanathan , Hopefully, a GitHub staff member can investigate whether there's an issue with scheduled workflows on your account or confirm if this is a broader service problem. |
|
This appears to have recovered, and the current repository data provides a useful clue that the YAML was not the root cause. I checked
The four current workflows at minutes This means there is no configuration change needed for the current BMS workflows: GitHub eventually registered/queued their schedules. It is consistent with GitHub's documented behavior that scheduled events can be delayed during high load and, under sufficiently high load, queued jobs may be dropped. GitHub specifically recommends avoiding the start of the hour. See Events that trigger workflows — You can verify only cron-created runs with: gh run list --repo shwethanathan/bms-ticket-notifier --event scheduleOne important design point: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
I'm unable to get scheduled GitHub Actions workflows to execute.
Manual runs (workflow_dispatch) work perfectly, but GitHub never creates workflow runs with the schedule event.
This occurs across multiple repositories, including a minimal reproduction repository.
Minimal reproduction
BookMyShow project
https://github.com/shwethanathan/bms-ticket-notifier
Minimal reproduction
https://github.com/shwethanathan/test-wf
Details:
Guidelines
All reactions