mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-31 10:25:55 +00:00
Limit task queue retries.
This commit is contained in:
parent
535a3b2acf
commit
876c32b4d5
1 changed files with 3 additions and 0 deletions
|
|
@ -2,3 +2,6 @@ queue:
|
|||
# Change the refresh rate of the default queue from 5/s to 50/s
|
||||
- name: default
|
||||
rate: 50/s
|
||||
retry_parameters:
|
||||
task_retry_limit: 5
|
||||
min_backoff_seconds: 300
|
||||
|
|
|
|||
Loading…
Reference in a new issue