schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
334 stars 254 forks source link

Stop job scheduler from scheduling a certain CronCommand programatically #242

Open karlzakhary opened 4 years ago

karlzakhary commented 4 years ago

I wanted to ask if there exists a dynamic and easy way to prevent a running jms-job-queue:schedule command from scheduling a command that implements CronCommand based on some conditions.

Thanks,