Class LinearBackoffStrategy
Implements a linear 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\LinearBackoffStrategy
public
|
|
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()
|
protected
integer
|
$step
Amount of time to progress each delay |
$next
|