This bundle is no longer under development. feel free to fork/clone/iimprove the code, but we've stopped development due to changes in our it architecture
This is only a development fork. Please refer to original Bundle if you want to use this bundle.
This bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.
Version: 1.1.0
Compatibility:
- Symfony 2.8 to 3.0
- PHP 5.3 >= 7.0
- Doctrine ORM
- An admin interface to add, edit, enable/disable or delete scheduled commands.
- For each command, you define :
- name
- symfony console command (choice based on native
listcommand) - cron expression (see Cron format for informations)
- output file
- priority
- A new console command
scheduler:execute [--dump] [--no-output]which will be the single entry point to all commands - Management of queuing and prioritization between tasks
- Locking system, to stop scheduling a command that has returned an error
- Monitoring with timeout or failed commands (Json URL and command with mailing)
- Translated in french and english
See the documentation here.
##License
This bundle is under the MIT license. See the complete license for info.



