Level 63
Perhaps this could help you.
https://laravel.com/docs/9.x/queues#max-job-attempts-and-timeout
You can customize some properies to adapt the queues to your needs.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi guys,
I have a job which usually, not always, has to perform a lot of actions so it goes on timeout.
Is it safe to change the timeout make it bigger, or are there better ways to fix this issue?
Please or to participate in this conversation.