Horizon not processing jobs after Laravel upgrade from 9 to Laravel 10

412 Views Asked by At

I have made an upgrade on Laravel from 9 to 10 and now my laravel horizon is not processing jobs. Jobs are only processed if i run commands : php artisan queue:listen and php artisan queue:work --once.

If i run the command php artisan queue:work jobs are not processed as well. This commands are working fine and most importantly php artisan horizon is working as expected on laravel 9. I am unable to figure out what is causing this issue.

Horizon dashboard : enter image description here

Here is php artisan command how it looks all the time, no errors are printed enter image description here

0

There are 0 best solutions below