Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RetryOperation doesn't propagate MaxTimeout in queries and GetSession #351

Open
Gazizonoki opened this issue Nov 28, 2024 · 0 comments
Open
Assignees

Comments

@Gazizonoki
Copy link
Collaborator

Gazizonoki commented Nov 28, 2024

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

@Gazizonoki Gazizonoki self-assigned this Jan 13, 2025
@Gazizonoki Gazizonoki changed the title RetryOperation doesn't propagate MaxTimeout in queries RetryOperation doesn't propagate MaxTimeout in queries and GetSession Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant