Registered by Terry Jones

txretry provides a Twisted class RetryingCall that will attempt to call a
function until it succeeds. A back-off iterator (an interator yielding
intervals) can be provided to set the interval between retried calls.
When/if the back-off iterator raises StopIteration the attempt to call the
function is aborted. An instance of the RetryingCall class provides a
start() method that returns a deferred that will fire with the function
result or errback with the first failure encountered.

NOTE: this code now resides on Github, at https://github.com/terrycojones/txretry

Project information

Part of:
tx
Maintainer:
Terry Jones
Driver:
Not yet selected
Licence:
Apache Licence

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar

Get Involved

  • warning
    Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

txretry does not have any download files registered with Launchpad.