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
On the Client, when the result of a query is an error caused by the server being "unhealthy", it retries to execute with another connection in the pool.
As stated on #4, there should be a maximum amount retries for executing queries, as a safe mechanism.
The text was updated successfully, but these errors were encountered:
On the
Client
, when the result of a query is an error caused by the server being "unhealthy", it retries toexecute
with another connection in the pool.As stated on #4, there should be a maximum amount retries for executing queries, as a safe mechanism.
The text was updated successfully, but these errors were encountered: