backon icon indicating copy to clipboard operation
backon copied to clipboard

feat: Give users a way to define his own unitfy retry function

Open Xuanwo opened this issue 1 year ago • 0 comments

Backon is useful for a single function, but it's cumbersome to repeatedly write the same backoff, when, notify, and sleep functions. We should explore a way for users to define their own unified retry function. So they can simplely retry(MyLogic).await.

Xuanwo avatar Sep 04 '24 14:09 Xuanwo