This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

6
Career/Laravel Queues.md Normal file
View 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.