You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
When a "SIGTERM" is fired, it says "Error [ERR_SERVER_NOT_RUNNING]: Server is not running."
I followed the exact steps from README. What am I doing wrong?
I'm using Fastify, can that be the reason?
Thanks for the awesome package.
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
Here's the repo to try out. Just remove the if (!isDevelopment) { at line 96 in main.ts
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
When a "SIGTERM" is fired, it says "Error [ERR_SERVER_NOT_RUNNING]: Server is not running."
I followed the exact steps from README. What am I doing wrong?
I'm using Fastify, can that be the reason?
Thanks for the awesome package.
Here's the repo to try out. Just remove the
if (!isDevelopment) {
at line 96 inmain.ts
The text was updated successfully, but these errors were encountered: