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 think i'd prefer option 2, since usually econnrefused means the server is not on and we want to provide that feedback immediately without bothering to retry
I want wd to retry on
ECONNREFUSED
in wd/lib/http-utils.js.As of right now this does not seem possible.
The paths forward seem like:
shouldRetryOn
to explicitly cover theECONNREFUSED
error code.configureHttp
and add it as an additional argument toshouldRetryOn
.Before I make a PR is there a preference for either 1 or 2?
The text was updated successfully, but these errors were encountered: