We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the application is shutdown (e.g. with SIGTERM shutdown hook), requests that started before shutdown fail with ECONNREFUSED.
https://github.com/soryy708/nestjs-disgraceful-shutdown-mcve
Requests that started before shutdown should succeed, only new requests after shutdown should fail.
9.2.2
9.3.12
16.19.0
Moved from nestjs/nest#11416
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current behavior
When the application is shutdown (e.g. with SIGTERM shutdown hook), requests that started before shutdown fail with ECONNREFUSED.
Minimum reproduction code
https://github.com/soryy708/nestjs-disgraceful-shutdown-mcve
Steps to reproduce
Expected behavior
Requests that started before shutdown should succeed, only new requests after shutdown should fail.
Package version
9.2.2
NestJS version
9.3.12
Node.js version
16.19.0
In which operating systems have you tested?
Other
Moved from nestjs/nest#11416
The text was updated successfully, but these errors were encountered: