synolia / SyliusSchedulerCommandPlugin

Schedule Symfony Commands in your Sylius
MIT License
31 stars 20 forks source link

plan commands even if the scheduler is already running otherwise sche… #60

Closed TheGrimmChester closed 2 years ago

TheGrimmChester commented 2 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
License MIT

Commands where not planned if the scheduler was already running. This allows the synolia:scheduler-run command to still plan scheduled commands but will immediately exit after that if it is already running in another process.