1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
========================
:mod:`pyramid_retry` API
========================
.. automodule:: pyramid_retry
.. autofunction:: includeme
.. autofunction:: RetryableExecutionPolicy
.. autofunction:: mark_error_retryable
.. autofunction:: is_error_retryable
.. autofunction:: is_last_attempt
.. autoclass:: LastAttemptPredicate
:members:
.. autoclass:: RetryableErrorPredicate
:members:
.. autoexception:: RetryableException
:members:
.. autointerface:: IRetryableError
.. autointerface:: IBeforeRetry
:members:
|