Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

texe's avatar
Level 1

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?

0 likes
2 replies
texe's avatar
Level 1

F*CK... I am stupid! It's working! I assumed nothing happens in terminal, it doesn't work. Sorry, I am stupid. Maybe I consider changing my profession after 20 years of coding... :-)

Please or to participate in this conversation.