-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add config file to retry on HTTP 429 status code (#1365)
* add config file to retry on 429 - HTTP 429 error is to wait to send another request * set fallbackRetryDelay to 15s * update config file to match workflow file name
- Loading branch information
1 parent
b3a2e79
commit a9eb787
Showing
2 changed files
with
7 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"retryOn429": true, | ||
"retryCount": 5, | ||
"fallbackRetryDelay": "15s" | ||
} |
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