Skip to content

repoze/repoze.retry

Repository files navigation

repoze.retry

image

Documentation Status

image

image

This package implements a WSGI middleware filter which intercepts "retryable" exceptions and retries the WSGI request a configurable number of times. If the request cannot be satisfied via retries, the exception is reraised.

Installation

Install using setuptools, e.g. (within a virtualenv):

$ easy_install repoze.retry

or using pip:

$ pip install repoze.retry

Usage

For details on using the various components, please see the documentation in docs/index.rst. A rendered version of that documentation is also available online:

Reporting Bugs

Please report bugs in this package to

https://github.com/repoze/repoze.retry/issues

Obtaining Source Code

Download development or tagged versions of the software by visiting:

https://github.com/repoze/repoze.retry

About

WSGI middleware: retries requests after optimistic concurrency conflict errors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages