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

oscar_g__'s avatar

Queue worker times out after 60 seconds even with timeout set to 0

Hello, for years I've been using the default queue worker that comes out of the box with Forge. I've recently tried moving some of my queued jobs to a separate queue, but it's being met with timeouts. I setup the new queue "other" via Laravel Forge.

My two queues are defined as follows:

Connection: redis, Queue: default, Timeout: 0, Processes: 1, Tries: 1, Daemon: no

Connection: redis, Queue: other, Timeout: 0, Processes: 1, Tries: 1, Daemon: no

Even though the settings are identical (except for names), the queue "other" fails after 60 seconds. Any ideas?

I'm afraid of deleting the default queue to make a single queue worker, I wouldn't want it to suddenly start tapping out after 60 seconds.

0 likes
0 replies

Please or to participate in this conversation.