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.
Here is php artisan command how it looks all the time, no errors are printed

