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 run cronshape each minute via system cron. In your code, there is 1s sleep in cycle in CronRunCommand, so if there is more than 60 jobs, then some are executed twice.
The text was updated successfully, but these errors were encountered:
Hi,
we have problems with running more jobs than 60.
We run cronshape each minute via system cron. In your code, there is 1s sleep in cycle in CronRunCommand, so if there is more than 60 jobs, then some are executed twice.
The text was updated successfully, but these errors were encountered: