DEFAULT_RETRY_SPEC

val DEFAULT_RETRY_SPEC: RetryBackoffSpec

Default retry specification for recoverable errors.

Retries up to 3 times with 2-second backoff, only for recoverable exceptions.