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
I use the expression "1-5" for weekdays for a job running at 1pm.
After I schedule, when I check on Friday after the execution with time_till_next_job and calculate, I get an execution on Sunday!
For cron, the values "0" and "7" designate sundays.
Is there a bug with array start or something? Can you verify this on your side?
Best Regards,
Thomas
The text was updated successfully, but these errors were encountered:
Not something that can be fixed (easily) by other crates then within the cron crate it self.
But (as mentioned on the linked issue), that isn't wise to do, as it will cause issues with already configured jobs.
Hi,
I use the expression "1-5" for weekdays for a job running at 1pm.
After I schedule, when I check on Friday after the execution with time_till_next_job and calculate, I get an execution on Sunday!
For cron, the values "0" and "7" designate sundays.
Is there a bug with array start or something? Can you verify this on your side?
Best Regards,
Thomas
The text was updated successfully, but these errors were encountered: