Module mz_timestamp_oracle::retry

source ·
Expand description

Retry utilities.

TODO: The structure of this intentionally mirrors mz_ore::retry (and mz_persist::retry, from which it is copied), so that it could be merged in if anyone were so inclined.

Structs§

  • Configures a retry operation.
  • A series of exponential, jittered, clamped sleeps.