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
we are receiving schedule only for minute "0" in AWS. Part after / is missing in every 6 expressions generated by local-schedule plugin.
After checking code I think it is caused by local-crontab library, which is turning cron expressions to multiple UTC based expressions. It is removing wildcard from minute field, so in fact there is no way to create cron expression running every X minutes.
Can this be fixed? local-crontab is not maintained for 2 years already.
The text was updated successfully, but these errors were encountered:
Hi, when using schedule as
we are receiving schedule only for minute "0" in AWS. Part after / is missing in every 6 expressions generated by local-schedule plugin.
After checking code I think it is caused by local-crontab library, which is turning cron expressions to multiple UTC based expressions. It is removing wildcard from minute field, so in fact there is no way to create cron expression running every X minutes.
Can this be fixed? local-crontab is not maintained for 2 years already.
The text was updated successfully, but these errors were encountered: