-
Notifications
You must be signed in to change notification settings - Fork 134
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
fix: wait for updates in flight to be delivered before shutting down the trigger #1048
fix: wait for updates in flight to be delivered before shutting down the trigger #1048
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we write a test for it or is it covered by the router?
Mmm not sure if this is covered by the router test suite. I can make a test to check on this behavior, ti shouldn't be too complex, thanks for the suggestion! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🤖 I have created a release *beep* *boop* --- ## [2.0.0-rc.147](v2.0.0-rc.146...v2.0.0-rc.147) (2025-02-03) ### Bug Fixes * wait for updates in flight to be delivered before shutting down the trigger ([#1048](#1048)) ([2b44f78](2b44f78)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
After the last refactor we weren't waiting anymore for the in flight requests to be delivered, so I restored the previous behavior.