-
-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BACKOFF config option and --retry-failures option
BACKOFF="1,10,100,1440" makes it so first retry will only be allowed after 1 minute, second after 10 minutes, third after 100 minutes and after that only once per day. --retry-failures is used to only retry failed requests, skipping all others
- Loading branch information
Showing
1 changed file
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters