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
There's @google.api_core.retry decorators in currently-unused GCSFileStorage/GCSSimpleStorage classes, might be helpful to note that when using a service's SDKs, use their exceptions/retries? Uncertain.
There's a few different retry mechanisms in the codebase, and each has its own approach/gotchas that should be detailed for the readers.
A few approaches used in warehouse:
retry()
@task(autoretry_for=...
Other things to note, might be out of scope:
request.http
setsmax_retries
to 1 and doesn't appear to be configurable (yet)@google.api_core.retry
decorators in currently-unusedGCSFileStorage/GCSSimpleStorage
classes, might be helpful to note that when using a service's SDKs, use their exceptions/retries? Uncertain.Response.retry_after
- sets a header to inform clients on when to retryThe text was updated successfully, but these errors were encountered: