blob: bdd242e458531d0c0b3e45ab737b6c94dfba7a29 (
plain) (
blame)
1
2
3
|
Retriable is a simple DSL to retry failed code blocks with randomized
exponential backoff time intervals. This is especially useful when interacting
external api/services or file system calls.
|