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
/// All errors with the `Transient` error class as well as a few other error classes are considered retryable.
230
231
/// This includes errors during a leader election or when the transaction resources on the server (memory, handles, ...) are exhausted.
231
232
/// Retries happen with an exponential backoff until a retry delay exceeds 60s, at which point the query fails with the last error as it would without any retry.
/// All errors with the `Transient` error class as well as a few other error classes are considered retryable.
241
242
/// This includes errors during a leader election or when the transaction resources on the server (memory, handles, ...) are exhausted.
242
243
/// Retries happen with an exponential backoff until a retry delay exceeds 60s, at which point the query fails with the last error as it would without any retry.
0 commit comments