Implements retry strategy based on db error codes and wait interval.
array<int>intReturns true if the action can be retried, false otherwise.
__construct(array<int> $errorCodes, int $retryInterval)
array<int> $errorCodes DB-specific error codes that allow retrying
int $retryInterval Seconds to wait before allowing next retry, 0 for no wait.
shouldRetry(Exception $exception, int $retryCount): bool
Returns true if the action can be retried, false otherwise.
Exception $exception int $retryCount boolarray<int>int
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/class-Cake.Database.Retry.ErrorCodeWaitStrategy.html