Contents

aiohttp-retry 2.9.1

0

Simple retry client for aiohttp

Simple retry client for aiohttp

Stars: 270, Watchers: 270, Forks: 26, Open Issues: 11

The inyutin/aiohttp_retry repo was created 6 years ago and the last code push was 2 days ago.
The project is popular with 270 github stars!

How to Install aiohttp_retry

You can install aiohttp_retry using pip

pip install aiohttp_retry

or add it to a project with poetry

poetry add aiohttp_retry

Package Details

Author
Dmitry Inyutin
License
MIT
Homepage
https://github.com/inyutin/aiohttp_retry
PyPi:
https://pypi.org/project/aiohttp-retry/
GitHub Repo:
https://github.com/inyutin/aiohttp_retry

Classifiers

No  aiohttp_retry  pypi packages just yet.

Errors

A list of common aiohttp_retry errors.

Code Examples

Here are some aiohttp_retry code examples and snippets.

Related Packages & Articles

awsretry 1.0.2

Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.