I have a command scheduled to run every minute,
when I type php bin/console schedule:list --detail
I can see next run in 1 mn. But it doesn't run autimarically until I type
php bin/console schedule:run
Any ideas how to make it run automatically ? Thanks