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
Gazizonoki
changed the title
RetryOperation doesn't propagate MaxTimeout in queries
RetryOperation doesn't propagate MaxTimeout in queries and GetSession
Jan 29, 2025
MaxTimeout checks only after retry, due to this MaxTimeout may be reached inside retry function, but execution will be continued to retry end.
It is need to propagate deadline inside all queries inside lambda
Also GetSession may ignore timeout if pool is exceeded. It is need to remove client from waiters queue on timeout
The text was updated successfully, but these errors were encountered: