Expand description
Provide send_with_retry utility to send a payload to an Endpoint with retries if the
request fails.
Structs§
- Retry
Strategy - Struct representing the retry strategy for sending data.
Enums§
- Retry
Backoff Type - Enum representing the type of backoff to use for the delay between retries.
- Send
With Retry Error - All errors contain the number of attempts after which the final error was returned
Functions§
- send_
with_ retry - Send the
payloadwith a POST request totargetusing the providedretry_strategyif the request fails.