Skip to content
Advertisement

Laravel Scheduler don’t run commands, but they can be run manually

I have those 3 commands to run in schedule.

JavaScript

But in log, we can see only 2 of them are actually running.

JavaScript

I can run that update:billing manually but it suddenly stopped to run in schedule.

All of them were running till yesterday.

Any help will be appreciated.

Edit:

update:sales also stopped now.

JavaScript

Advertisement

Answer

I found a answer to that problem here. Hope it helps someone.

Just executed php artisan cache:clear on the project folder and all seems to be working now.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement