Check this out https://github.com/laravel/horizon/issues/255
Nov 12, 2020
2
Level 37
Forge and Queues
Hi,
I have a problem, I am having a scheduled job that fetches customers' bank account and I am doing this through a dispatch job.
The fetch sometimes takes more than 3 minutes. The queue gives up in about 2:20 minutes, which ends up failing the job and doesn't continue the job.
I am using Forge with Horizon and Rides, is there a way that can make the queue worker waits like 5 minutes or so before it gives up?
I did set up the timeout = 0 to make it unlimited but it does give up in about 2 and half minutes.
Thank you,
Please or to participate in this conversation.