pyramid-retry

An execution policy for Pyramid that supports retrying requests after certain failure exceptions.


Keywords
pyramid, wsgi, retry, attempt
License
MIT
Install
pip install pyramid-retry==2.1.1

Documentation

pyramid_retry

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.