What's next for JMoseCommandSchedulerBundle ? * Configure your application: 1. Secure your route by adding - { path: ^/command-scheduler, role: ROLE_ADMIN } in your security config. 2. Set the single-entry point in crontab : * * * * * php /your_app/bin/console scheduler:execute * Schedule your commands at http://your-app/command-scheduler/list