cron-bundle icon indicating copy to clipboard operation
cron-bundle copied to clipboard

Problem when running more than 60 jobs

Open pbouska opened this issue 3 years ago • 1 comments

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.

pbouska avatar May 31 '22 07:05 pbouska

Hi,

Yes, that makes sense. I'll take a look and see if the sleep is still relevant.

nicklog avatar May 31 '22 07:05 nicklog