Skip to content

Conversation

@GuySartorelli
Copy link
Member

Comment on lines 147 to 158
```yml
Symbiote\QueuedJobs\Services\AbstractQueuedJob:
# Retry pattern with spread
# First retry attempt - Retry after 8 to 12 minutes
# Second retry attempt - Retry after 6.4 to 14.4 minutes
# Third retry attempt - Retry after 5.1 to 27.4 minutes
# Fourth retry attempt - Retry after 4 to 38.4 minutes
retry_max_attempts: 4
retry_initial_delay: 600
retry_falloff_multiplier: 1
retry_falloff_multiplier_variance: 0.2
```
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to a different example, but from the same source.

@emteknetnz emteknetnz merged commit de57b1e into silverstripe:6 Jan 27, 2026
3 checks passed
@emteknetnz emteknetnz deleted the pulls/6/auto-retries branch January 27, 2026 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants