And the worker doesn't process any jobs?
Laravel queue worker doesn't work?
Hello guys! I have a very strange behavior connected with queue worker. I have an app with ques and it works perfectly. I decided to change hosting to another and I can not run queue worker.
After I run in terminal: php artisan queue:work
nothing happens. Normally I see the information with INFO label that it is working. Now I hit enter and see nothing. I can only press ctrl+c to stop this process.
Generally I can run php artisan commands in terminal on this server, so it is not blocked by admins.
A short information:
Laravel Framework 10.48.18
PHP version is the same on both servers (old and new) - 8.3
Tried php artisan optimize:clear
I have tables jobs and failed jobs in DB.
In .env: QUEUE_CONNECTION=database
Nothing in logs. Nothing.
Any idea?
Please or to participate in this conversation.