Skip to main content

Module RecoverStateWithBackoff

Module RecoverStateWithBackoff 

Source
Expand description

Retry a recovery Operation up to MaxAttempts times with exponential backoff (100 ms, doubled per failure). The async sleep yields the runtime so other work can proceed during the retry window. Final failure surfaces the last error verbatim.

Functionsยง

Fn