There is a bug in the Symfony Scheduler component where the cache TTL erroneously set to a value less than a Scheduler's Message Frequency.
This causes the Scheduler to not run at all.
- Clone this repository
- Run
composer install
- Run
bin/console messenger:consume scheduler_default -vvv
- Observe that "[notice] Hello World!" is not printed every 5 seconds.