Skip to main content

Wait and retry calling an exception throwing method.

Project description

exception-with-retry

Pipeline status

Wraps any method which throws exceptions. Retries calls when exceptions are thrown.

Description

  • Check the unit tests for usage.
  • Build and run tests locally: tox
  • Publish to test pypi: tox -e clean && tox -e build && tox -e publish
  • Publish to pypi:
    • git tag MAJOR.MINOR[.PATCH]
    • tox -e clean && tox -e build
    • tox -e publish -- --repository pypi

Making Changes & Contributing

This project uses pre-commit, please make sure to install it before making any changes::

pip install pre-commit
cd exception-with-retry
pre-commit install

It is a good idea to update the hooks to the latest version::

pre-commit autoupdate

Don't forget to tell your contributors to also install and use pre-commit.

Note

This project has been set up using PyScaffold 4.0.2. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exception-with-retry-0.5.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

exception_with_retry-0.5.0-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page