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
Update async cluster to handle MaxConnectionsError separately
Add explanatory comment to the exception handling for MaxConnectionsError in the
async cluster implementation, matching the synchronous version.
This ensures consistent behavior between sync and async implementations when
connection pool is exhausted, preventing unnecessary cluster reinitialization.
0 commit comments