Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

packy's avatar
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?

0 likes
1 reply
packy's avatar
Level 7

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.

Please or to participate in this conversation.