- Use more repetitions (most jobs will use $tries=24)
- Unify backoff values across jobs
- Use longer backoff intervals after an error
- Remove redundant configuration/code
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK1577b1e7cc81: Improve jobs resistence to temporary storage failures
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/config/horizon.php | ||
---|---|---|
7 | I wouldn't use the job constants here, because many jobs can share the same queue, so we really define here which queues exist, and then use them from the jobs. But it technically makes no difference of course. |