backoff

Python library providing function decorators for configurable backoff and retry

MIT License

Downloads
78.8M
Stars
2.5K
Committers
37

Bot releases are hidden (Show)

backoff - v1.4.1

Published by bgreen-litl over 7 years ago

[v1.4.1] - 2017-04-21

Added

  • Expose __version__ at package root

Changed

  • Fix checking for running sync version in coroutine in case when event
    loop is not set from @rutsky
backoff - v1.4.0

Published by bgreen-litl over 7 years ago

backoff -

Published by bgreen-litl almost 8 years ago

[v1.3.2] - 2016-11-18

Changed

  • Don't log retried args and kwargs by default
  • README.rst syntax highlighting from @dethi
backoff -

Published by bgreen-litl about 8 years ago

Changed

  • Include README.rst in source distribution (fixes package)
backoff -

Published by bgreen-litl about 8 years ago

[v1.3.0] - 2016-08-08

Added

  • Support runtime configuration with optional callable kwargs
  • Add giveup kwarg for exception inspection

Changed

  • Documentation fixes
backoff -

Published by bgreen-litl over 8 years ago

backoff - backoff 1.1.0

Published by bgreen-litl almost 9 years ago

[v1.1.0] - 2015-12-08

Added

  • Event handling for success, backoff, and giveup
  • Change log

Changed

  • Docs and test for multi exception invocations
  • Update dev environment test dependencies