View Source oidcc_backoff (Oidcc v3.2.0-beta.3)

Backoff Handling

Based on db_connection: https://github.com/elixir-ecto/db_connection/blob/8ef1f2ea54922873590b8939f2dad6b031c5b49c/lib/db_connection/backoff.ex#L24

Summary

Types

Link to this type

max/0

View Source (since 3.2.0 -------------------------------------------------------------------)
-type max() :: pos_integer().
Link to this type

min/0

View Source (since 3.2.0 -------------------------------------------------------------------)
-type min() :: pos_integer().
Link to this opaque

state/0

View Source (since 3.2.0 -------------------------------------------------------------------)
-opaque state()
Link to this type

type/0

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