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
I am working on improved logging in pnpm. When a request fails, I want to print something like:
WARN GET <URL> error (500). Will retry in 16 seconds. 2 retries left.
I can calculate how many retries are left but I can't know how long the retry will wait. So it would be great if the retry function would return timeout instead of true here: