SchedulerBundle: bug(command): scheduler:consume --wait no longer works
Hi @Guikingone,
When I run the scheduler in --wait mode it gives me back control and no longer waits every minute
developer@0461266b29f1:/var/www/app$ bin/console scheduler:consume --wait -vv
! [NOTE] The worker will wait for tasks every minutes
// Quit the worker with CONTROL-C.
09:48:26 INFO [app] The worker has been started ["failedTasks" => 0,"lastExecutedTask" => null]
09:48:26 INFO [app] The worker has been stopped ["failedTasks" => 0,"lastExecutedTask" => null]
developer@0461266b29f1:/var/www/app$
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (13 by maintainers)
Hi @jvancoillie ππ»
Iβve moved the
sleepcall issue to a new issue πLink: https://github.com/Guikingone/SchedulerBundle/issues/165
dev-issue/159is not implemented for now, that could be the reason, youβre right πHi, here is my scheduler.yaml file.