_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-aiohttp-retry 2.9.1
Propagated dependencies: python-aiohttp@3.11.11
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/inyutin/aiohttp_retry
Licenses: Expat
Synopsis: Simple retry client for aiohttp
Description:

This package implements RetryClient for aiohttp to retry connection to provided endpoint with timeouts logic or use:

  • ExponentialRetry with exponential backoff

  • RandomRetry for random backoff

  • ListRetry with backoff you predefine by list

  • FibonacciRetry with backoff that looks like fibonacci sequence

  • JitterRetry exponential retry with a bit of randomness

Total results: 1