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
We encountered a problem where Azure Pipelines would return a 503. This
is obviously a transient error, and we want to be gentle and nice about
it and just retry a couple times, with a nice and easy exponential
back-off.
Sadly, `node-fetch` does not provide that functionality out of the box.
But there is a small wrapper around it that does. We just need to add
Typescript declarations, and use it, and we're all set.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments