Module mz_persist::retry

source ·
Expand description

Retry utilities.

TODO: The structure of this intentionally mirrors mz_ore::retry, so that it could be merged in if anyone were so inclined.

Structs

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