Skip to content

WSGI middleware: retries requests after optimistic concurrency conflict errors

License

Notifications You must be signed in to change notification settings

dhavlik/repoze.retry

 
 

Repository files navigation

``repoze.retry`` README
=======================

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.

Please see the documentation in ``docs/index.rst``, which can be read online
at http://docs.repoze.org/retry

About

WSGI middleware: retries requests after optimistic concurrency conflict errors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%