I got it working. I had another scheduler that was bogus on the same server so it looked like it prevented this one to run. When I deleted the bogus one I started getting the expected output.
Feb 12, 2018
1
Level 7
Scheduler isnt running commands
I have 4 commands that work locally by running php artisan schedule:run but when I set up my Forge scheduler they never run??
My site lets say is called dev.coolsite.com. So I have my scheduler going every minute 245270 Every Minute * * * * * forge php /home/forge/dev.coolsite.com/artisan schedule:run. But nothing ever runs. I know the commands are correct because they run locally. What is going wrong?
Please or to participate in this conversation.