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

Attempt at handling timeout exception #14172

Closed
wants to merge 10 commits into from
Closed

Conversation

anandkarandikar
Copy link
Contributor

@anandkarandikar anandkarandikar commented Jan 22, 2025

Ticket

W-16941297

Trial runs to close the underlying db connection lead up to this.
When Scatter Gather times out, the routes that opened db connections, stay open. The clean up is never invoked.

The crux of the change is that events needs to complete in order to be called for their clean up jobs. However, this change is partial, because this is somehow is blocking the Scatter Gather from timing out and returning to the caller.

@anandkarandikar anandkarandikar marked this pull request as ready for review January 31, 2025 12:04
@anandkarandikar anandkarandikar requested a review from a team as a code owner January 31, 2025 12:04
@anandkarandikar anandkarandikar deleted the wip/W-16941297 branch January 31, 2025 12:07
@anandkarandikar
Copy link
Contributor Author

Renamed the branch and the new PR is #14192

Copy link

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

Successfully merging this pull request may close these issues.

2 participants