Results for “Std.Http.Retry.Backoff”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Retry.Backoff
How many times to try, and how long to wait between attempts.
- Std.Http.Retry.backoff
Std.Http.Retry.BackoffA starting point that suits a call between services.
- Std.Http.Retry.describe
&Std.Http.Retry.Backoff -> StrHow many attempts a plan makes, and how long it may spend waiting.
- Std.Http.Retry.fetch
Str -> &Std.Http.Client.Limits -> &Std.Http.Retry.Backoff -> Int -> Result[Std.Http.Response, Std.Http.Client.ClientError]Fetch a page, trying again when trying again could help.
- Std.Http.Retry.send
&Std.Http.Request -> &Std.Http.Client.Limits -> &Std.Http.Retry.Backoff -> Int -> Result[Std.Http.Response, Std.Http.Client.ClientError]Send a request, trying again when trying again could help.
- Std.Http.Retry.waitFor
&Std.Http.Retry.Backoff -> Int -> Int -> IntHow long to wait before attempt
attempt, counting the first as zero.
