Announcement
Collapse
No announcement yet.
Scheduled Job wrong scheduling
Collapse
X
-
Hi,
We use cron-expression library that determines when to run a job the next time. https://github.com/espocrm/espocrm/b...essor.php#L148
Better specify exact days using comma. Your expression is ambiguous.
-
I'm not really good at reading code about the included versions. So you include versions of cron-expression starting with 3.0`?
Latest version is 3.3.3
Change log has some fixes regarding time and time zones.
Comment
-
Commend from the discussion on the cron-expression repository:
"The important thing to note (which isn't readily apparent) is that Day of Week and Day of Month combine their results when both are specified, which is how the original C implementation is designed. ... So the important thing to note in the translation is the and on Monday ... so you will run every day of 1-7 of the month, and all Mondays. This trips up a lot of people."
Comment
Comment