Skip to main content

Module backoff

Module backoff 

Source
Expand description

AWS-style full jitter backoff.

Structsยง

Backoff
Exponential reconnect schedule with full jitter and bounded delays.

Constantsยง

BACKOFF_MULTIPLIER ๐Ÿ”’
DEFAULT_MAX_DELAY ๐Ÿ”’
DEFAULT_MIN_DELAY ๐Ÿ”’

Functionsยง

jittered_delay ๐Ÿ”’