A retry policy that can be reused across multiple operations. Useful for applying consistent retry behavior.
Execute an operation with this policy's retry configuration
Get the delay that would be used for a specific attempt
Check if an error would be retried by this policy
Create a wrapped version of an async function that automatically retries
A retry policy that can be reused across multiple operations. Useful for applying consistent retry behavior.