-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Don't allow requests into restarting application #45670
Don't allow requests into restarting application #45670
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
830dbae
to
4d27759
Compare
I assume this is meant to close #29646? |
I did not realize there was an existing issue, but yes, it seems like it. |
🙏🏽 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The test failure should be fixed by #45681 |
If the app is restarting then we should not short-circuit the hot reload handler/scan lock logic. This is not perfect, as there will always be a possible race, but makes it much less likely a request will hit a torn down app.
4d27759
to
4ba3a46
Compare
Status for workflow
|
If the app is restarting then we should not short-circuit the hot reload handler/scan lock logic.
This is not perfect, as there will always be a possible race, but makes it much less likely a request will hit a torn down app.
fixes #29646