-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Feat graceful shutdown 終了時に穏便に死ぬようにする #11734
Conversation
8b809c4
to
a306f37
Compare
ありがとうございます 🙏🏻
|
@@ -216,6 +216,7 @@ | |||
"eslint": "8.46.0", | |||
"eslint-plugin-import": "2.28.0", | |||
"execa": "7.2.0", | |||
"fastify-graceful-shutdown": "^3.5.1", |
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.
devDependencies になっています
@@ -31,7 +31,7 @@ import { FileServerService } from './FileServerService.js'; | |||
import { ClientServerService } from './web/ClientServerService.js'; | |||
import { OpenApiServerService } from './api/openapi/OpenApiServerService.js'; | |||
import { OAuth2ProviderService } from './oauth/OAuth2ProviderService.js'; | |||
|
|||
import fasitfyGracefulShutdown from "fastify-graceful-shutdown" |
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.
細かいですが、誤字の修正をお願いします~!
fasitfy
→ fastify
|
What
#10995
Misskeyのバックエンドプロセスがちゃんと死ぬようにする
Why
Additional info (optional)
https://github.com/hemerajs/fastify-graceful-shutdown
こいつを入れる
Checklist