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
Added exponential backoff and retries on stackdriver api
As per discussion with Google Cloud Support this is their preferred
workaround on 503 errors from their APIs.
Also using a timeout of 10 seconds for the client to make sure we do not
have hanging requests.
0 commit comments