Fixed Backoff Strategy
A BackoffStrategy with a fixed delay.
It permits a delay of zero, which is appropriate for use with database servers that allow one of the deadlocked connections to proceed (thus guaranteeing forward progress) and where you only expect a small amount of lock contention.