Packages

Typed distributed messaging for Gleam on the BEAM.

Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.

Current section

Files

Jump to
distribute include distribute@retry_RetryPolicy.hrl
Raw

include/distribute@retry_RetryPolicy.hrl

-record(retry_policy, {
max_attempts :: integer(),
base_delay_ms :: integer(),
max_delay_ms :: integer(),
multiplier :: float(),
jitter :: distribute@retry:jitter_strategy()
}).