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
Current section
Files
include/distribute@discovery@types_RetryConfig.hrl
-record(retry_config, {
max_attempts :: integer(),
initial_backoff_ms :: integer(),
max_backoff_ms :: integer(),
backoff_multiplier :: float()
}).