Module: OCI::Retry::Functions

Defined in:
lib/oci/retry/retry.rb,
lib/oci/retry/functions/sleep.rb,
lib/oci/retry/functions/should_retry_on_error.rb

Overview

A module containing functions that can be used with retries (e.g. for sleeping and working out whether a particular error/exception can be retried)

Defined Under Namespace

Modules: ShouldRetryOnError, Sleep