You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @tkukushkin for reporting the issue! I'm very sorry that you hit this condition and that the cluster broke :(. I have merged a fix and we plan to cut 0.12.4 in the next few days.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
All versions from 0.11.2 affected.
Issue
After #7894 cronexpr freezes forever on crons with leading zeros in number of month.
These are consequences of such behaviour:
nomad agent-info | grep fsm_pending
infinitely grows.Reproduction steps
Create periodic job with leading zero in number of month, for example:
10 15 21 04 * *
or run this codeThe text was updated successfully, but these errors were encountered: