Init
This commit is contained in:
6
Career/Laravel Queues.md
Normal file
6
Career/Laravel Queues.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user