View Source Elsa.RetryConfig (Elsa.fi v3.2.0)
Simple struct for metadata request configuration, with function to provide defaults
Link to this section Summary
Functions
Decrement the tries field by 1
Generate a struct from a keyword list with :tries and :dwell_ms. Both keyword list entries are optional, and will be substituded with defaults if missing. Default tries: 5 Default dwell_ms: 100
Return a retry config that doesn't retry at all
Link to this section Types
Link to this section Functions
Decrement the tries field by 1
Generate a struct from a keyword list with :tries and :dwell_ms. Both keyword list entries are optional, and will be substituded with defaults if missing. Default tries: 5 Default dwell_ms: 100
@spec no_retry() :: t()
Return a retry config that doesn't retry at all