zenstruck / schedule-bundle

Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.
MIT License
384 stars 20 forks source link

schedule:list `--ensure-staggered` option #45

Open kbond opened 3 years ago

kbond commented 3 years ago

Throw exception if any tasks are scheduled at the same time. Should help with workaround (2) in #6.

PhilETaylor commented 1 year ago

Throw exception if any tasks are scheduled at the same time.

As long as it was optional, Because it is very common to run multiple tasks every min " *"

The real world:

ScreenShot-2023-04-13-11 57 29