Files
Obsidian-Vault/Career/Laravel Queues.md
2025-10-25 20:11:21 +02:00

6 lines
308 B
Markdown

---
created: 2025-07-09 08:56
updated: 2025-07-09 08:58
---
By default a job does not throw an exception when timed out.
There is a retry_after parameter in the queue config that should be greater then the timeout in the queue worker otherwise other workers will start to retry already / still running jobs.