Backoff

object Backoff

Deterministic exponential backoff for events.

We keep it simple and predictable for enterprise debugging.

Functions

Link copied to clipboard
fun nextDelayMs(attemptsSoFar: Int): Long