cron-bundle
cron-bundle copied to clipboard
Problem when running more than 60 jobs
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.
Hi,
Yes, that makes sense. I'll take a look and see if the sleep is still relevant.