CommandSchedulerBundle
CommandSchedulerBundle copied to clipboard
Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel
In the other methods of this controller this is done in the same way and in our usage of the bundle the current code produces an error where the doctrine...
Hello everyone, I open a PR to fix the psr4- autoloading warning on composer install. See below:  Best regards, Jacques
Another deprecation breaks the reading of available commands (as in #179), so a new task cannot be created as the parsing of the XML fails. The error this time comes...
Is this project still being maintained? Or should we fork it? I can see a lot of open PR and issue.
Also, the PHP-CS-Fixer rule `php_unit_set_up_tear_down_visibility` was configured to avoid regressions in the future.
 After a recent migration to the last version, if one task is locked, this is being inserted again in the task list (screenshot attached) Any possible workaround to found...
I found this problem recently, If the exception occurs during flush on the following line https://github.com/j-guyon/CommandSchedulerBundle/blob/1.2/Command/ExecuteCommand.php#L223 the command stays locked forever, untill unless you unlock it manually. Symfony can throw...