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
curl's `--retry` is only for temporary transfer errors,
and auth failures (401, 403) will not be retried.
We must implement a crude retry. Here, we sleep 3 minutes
up to 10 times to see if the API rate limiting is lifted
while we run the build.
0 commit comments