external_service v0.5.1 ExternalService.RetryOptions View Source
Options used for controlling retry logic. See the retry docs for information about the available retry options.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %ExternalService.RetryOptions{backoff: {:exponential, pos_integer} | {:linear, pos_integer, pos_integer}, cap: pos_integer | nil, expiry: pos_integer | nil, randomize: boolean}