https://github.com/pylons/pyramid_retry
An execution policy for pyramid that handles retryable errors.
https://github.com/pylons/pyramid_retry
Last synced: 9 months ago
JSON representation
An execution policy for pyramid that handles retryable errors.
- Host: GitHub
- URL: https://github.com/pylons/pyramid_retry
- Owner: Pylons
- License: mit
- Created: 2017-03-01T06:37:20.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T17:34:33.000Z (about 2 years ago)
- Last Synced: 2024-05-14T19:54:52.521Z (over 1 year ago)
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/pyramid-retry/en/latest/
- Size: 90.8 KB
- Stars: 6
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=============
pyramid_retry
=============
.. image:: https://img.shields.io/pypi/v/pyramid_retry.svg
:target: https://pypi.python.org/pypi/pyramid_retry
.. image:: https://github.com/Pylons/pyramid_retry/actions/workflows/ci-tests.yml/badge.svg?branch=main
:target: https://github.com/Pylons/pyramid_retry/actions/workflows/ci-tests.yml?query=branch%3Amain
.. image:: https://readthedocs.org/projects/pyramid_retry/badge/?version=latest
:target: https://readthedocs.org/projects/pyramid_retry/?badge=latest
:alt: Documentation Status
``pyramid_retry`` is an execution policy for Pyramid that wraps requests and
can retry them a configurable number of times under certain "retryable" error
conditions before indicating a failure to the client.
See https://docs.pylonsproject.org/projects/pyramid-retry/en/latest/
or ``docs/index.rst`` in this distribution for detailed
documentation.