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.
My two queued jobs are 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.
Please or to participate in this conversation.