Skip to content

Contains logic for handling a retry and logging retries after an unexpected exception/result is captured.

Notifications You must be signed in to change notification settings

Reyalsorik/python-retry-decorator

Repository files navigation

Retry Decorator

Retry Decorator

Handle a retry while logging the retries after an unexpected exception/result is captured.


Table of Contents


Requirements

  • Python 3.11.1+

    • Testing has been conducted on Python 3.11.1.
    • Older versions of Python 3 may suffice, but previous versions may not be supported.
    • Python 2.x is not compatible; don't try it.
  • Package libraries (automatically installed via pip installation)


Reporting bugs

Open an issue to have a maintainer evaluate the concern.

Contributing

Bug fixes, improvements, new features, etc!
Please submit your code or documentation via GitHub as a pull request.

Tests

TBD


About

Contains logic for handling a retry and logging retries after an unexpected exception/result is captured.

Resources

Stars

Watchers

Forks

Packages

No packages published