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
Passing a context.Context to the net/http client will allow slow calls to an HTTP throttler service (eg: github/freno) to timeout instead of block the loop. A PR is on the way 👍