Class CockroachDBRetryingStrategy

  • All Implemented Interfaces:
    DatabaseExecutionStrategy

    public class CockroachDBRetryingStrategy
    extends Object
    implements DatabaseExecutionStrategy
    CockroachDB recommend the use of retries should we see a SQL error code 40001, which represents a lock wait timeout. This class implements an appropriate retry pattern.
    • Constructor Detail

      • CockroachDBRetryingStrategy

        public CockroachDBRetryingStrategy()