Class ConstantBackoffStrategy
Will retry the request using the same amount of delay for each retry.
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\ConstantBackoffStrategy
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
|
$delay
Amount of time for each delay |
$next
|