You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Backon is useful for a single function, but it's cumbersome to repeatedly write the same
backoff
,when
,notify
, andsleep
functions. We should explore a way for users to define their own unified retry function. So they can simplelyretry(MyLogic).await
.The text was updated successfully, but these errors were encountered: