codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.78k stars 224 forks source link

Totem not running task. But running Kernel Tasks. #99

Closed idealb closed 6 years ago

idealb commented 6 years ago

My tasks run when I execute them directly on the the dashboard but on when they are scheduled. But the scheduled command on Kernel they are running instead.

I am running php 7.2 Laravel 5.6.* Totem 3.2

roshangautam commented 6 years ago

Please make sure you have configured Laravel scheduler properly and followed totem's documentation. Feel free to open another issue if you are still having problems. Try to provide more details or errors you are encountering.

idealb commented 6 years ago

I am not encountering any issue. They are just not running. When I press run on the run icon on totem admin they work. But they do not work automatically.

roshangautam commented 6 years ago

Have you tried configuring your schedule as documented here : https://laravel.com/docs/5.6/scheduling

idealb commented 6 years ago

I have scheduled Crons running on my Kernel. Only totem scheduled Crons are not running.