Class ExponentialBackoffStrategy
Implements an exponential backoff retry strategy.
Warning: If no decision making strategies precede this strategy in the the chain, then all requests will be retried
- Guzzle\Plugin\Backoff\AbstractBackoffStrategy implements Guzzle\Plugin\Backoff\BackoffStrategyInterface
- Guzzle\Plugin\Backoff\ExponentialBackoffStrategy
Namespace: Guzzle\Plugin\Backoff
Located at src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
Located at src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
public
boolean
|
#
makesDecision( )
Check if the strategy does filtering and makes decisions on whether or not to retry. |
protected
boolean|integer|null
|
#
getDelay( integer $retries,
Implement the concrete strategy |
getBackoffPeriod(),
getNext(),
setNext()
|
$next
|