-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kitsune now includes the `--sleep-for-rate` option to manage `429 Too Many Requests` errors. You can configure retries and sleep duration using the `--max-retries` and `--sleep-time` options respectively. Signed-off-by: Jose Javier Merchante <[email protected]>
- Loading branch information
1 parent
a8f4ce5
commit 1a41bb3
Showing
3 changed files
with
161 additions
and
73 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
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,10 @@ | ||
--- | ||
title: Retry Kitsune when rate limited | ||
category: added | ||
author: Jose Javier Merchante <[email protected]> | ||
issue: null | ||
notes: > | ||
Kitsune now includes the `--sleep-for-rate` option to manage | ||
`429 Too Many Requests` errors. You can configure retries | ||
and sleep duration using the `--max-retries` and `--sleep-time` | ||
options respectively. |
Oops, something went wrong.