Adding retries to Requests.get() with exponential backoff
Project description
get_retries

Adding retries to Requests.get() with exponential backoff.
Retry unsuccessful GET requests after waiting for a specific time interval. With each unsuccessful request, the time interval increases exponentially (it doubles). The undertaking is declared ultimately unsuccessful when the time interval gets bigger than a maximum backoff value.
Install
pip install get_retries
Usage
import get_retries
# max_backoff: maximum interval to wait in seconds
response = get_retries.get('https://wikipedia.com', max_backoff=32)
if response:
print(response.status_code)
For more information check out the code.
License
MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file get_retries-0.1.1.tar.gz.
File metadata
- Download URL: get_retries-0.1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
120bf58648780b5ce3ddc8ad697079e6082ef2f298cb9adff449b08cc0485477
|
|
| MD5 |
f362967bc9008d7354c6b6dc013da8b1
|
|
| BLAKE2b-256 |
87afd314c580e1f36b346498fc263f38c5442bad814cf55d339b579bf7d53984
|
File details
Details for the file get_retries-0.1.1-py3-none-any.whl.
File metadata
- Download URL: get_retries-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ad591cc0aeabf1fc970bbb004f85daad1668b321035215cd8dc4d836778b12b
|
|
| MD5 |
0c06a133e29e7ad0fe92234714c1b1c3
|
|
| BLAKE2b-256 |
ca8461fa80bfd47931cee20fc3601ddc0b547f6124f69e85c519b922d59e5aad
|