oidcc_backoff (Oidcc v3.5.1)

View Source

Backoff Handling

Based on db_connection

Summary

Types

max()

(since 3.2.0)
-type max() :: pos_integer().

min()

(since 3.2.0)
-type min() :: pos_integer().

state()

(since 3.2.0)
-opaque state()

type()

(since 3.2.0)
-type type() :: stop | exponential | random | random_exponential.