Trees | Indices | Help |
---|
|
object --+ | RetryingDeferred
Provides a mechanism to attempt to run some deferred operation until it succeeds. On failure, the operation is tried again later, exponentially backing off.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
maxDelay = 1800
|
|||
initialDelay = 5.0
|
|||
factor = 2.71828182846
|
|||
jitter = 0.11962656492
|
|||
delay = None hash(x) |
|
|||
Inherited from |
|
Create a new RetryingDeferred. Will call deferredCreate(*args, **kwargs) each time a new deferred is needed.
|
Start trying. Returns a deferred that will fire when this operation eventually succeeds. That deferred will only errback if this RetryingDeferred is cancelled (it will then errback with the result of the next attempt if one is in progress, or a CancelledError. # TODO: yeah? |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:09 2013 | http://epydoc.sourceforge.net |