[dl:http] add 'sleep-429' option (#6996)

This commit is contained in:
Mike Fährmann
2025-02-15 17:42:03 +01:00
parent 046ebb5590
commit 35307608f2
3 changed files with 31 additions and 3 deletions

View File

@@ -5564,6 +5564,21 @@ Description
regardless of this option.
downloader.http.sleep-429
-------------------------
Type
|Duration|_
Default
`extractor.*.sleep-429`_
Description
Number of seconds to sleep when receiving a `429 Too Many Requests`
response before `retrying <downloader.*.retries_>`__ the request.
Note: Requires
`retry-codes <downloader.http.retry-codes_>`__
to include ``429``.
downloader.http.validate
------------------------
Type