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
Context:
Currently the retry function allows to repeat some function several times while fails until max retries is reached, without provide a way to know how many time was executed
Expected:
Should be usseful to know how many time the function fails or was executed... for example the async-retry package as an option to pass a onRetry callback which is executed on retries...
The text was updated successfully, but these errors were encountered:
Context:
Currently the
retry
function allows to repeat some function several times while fails until max retries is reached, without provide a way to know how many time was executedExpected:
Should be usseful to know how many time the function fails or was executed... for example the
async-retry
package as an option to pass aonRetry
callback which is executed on retries...The text was updated successfully, but these errors were encountered: