ddp-graceful-shutdown

时间:2024-06-03 12:56:30
【文件属性】:

文件名称:ddp-graceful-shutdown

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-03 12:56:30

JavaScript

此npm软件包旨在与在诸如Galaxy之类的平台上运行的应用程序一起使用,这些应用程序发送SIGTERM信号并等待宽限期后才终止进程。 要在Galaxy上使用: import { DDPGracefulShutdown } from '@meteorjs/ddp-graceful-shutdown' ; import { Meteor } from 'meteor/meteor' ; new DDPGracefulShutdown ( { gracePeriodMillis : 1000 * process . env . METEOR_SIGTERM_GRACE_PERIOD_SECONDS , server : Meteor . server , } ) . installSIGTERMHandler ( ) ; 这会注册一个SIGTERM处理程序,该处理程序将调用ddp


【文件预览】:
ddp-graceful-shutdown-master
----.eslintrc.json(258B)
----src()
--------index.js(3KB)
----.npmignore(20B)
----.travis.yml(43B)
----LICENSE(1KB)
----test()
--------test.js(2KB)
----README.md(1KB)
----.gitignore(18B)
----CHANGELOG.md(188B)
----package-lock.json(113KB)
----package.json(1KB)

网友评论