shapecode / cron-bundle

This bundle provides a simple interface for registering repeated scheduled tasks within your application.
https://shapecode.github.io/cron-bundle/
MIT License
56 stars 25 forks source link

Update running_instances when job finishes #57

Open michilehr opened 8 months ago

michilehr commented 8 months ago

Hi,

doesn't it make more sense to update a single job when it finishes and not after all jobs have been finished?

When there is a longer running job, other jobs will not be executed after this longer running job get finished.

vigikaran commented 3 months ago

Fixed in https://github.com/shapecode/cron-bundle/pull/62