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
sometimes http links fail for no particular reason and a retry would allow this to succeed. For example, it's kind of annoying when this fails in CI because one http link returns a 50x for no particular reason and returns a 200 the next run.
It would be great to add a -r (or similar) flag that adds retries to http[s]:// links, disabled by default to not change any behavior.
Happy to work on this if it's a desired feature!
The text was updated successfully, but these errors were encountered:
sometimes http links fail for no particular reason and a retry would allow this to succeed. For example, it's kind of annoying when this fails in CI because one http link returns a 50x for no particular reason and returns a 200 the next run.
It would be great to add a
-r
(or similar) flag that adds retries tohttp[s]://
links, disabled by default to not change any behavior.Happy to work on this if it's a desired feature!
The text was updated successfully, but these errors were encountered: