You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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