gpt4 book ai didi

node.js - 重新加载 PM2 配置文件

转载 作者:搜寻专家 更新时间:2023-10-31 22:39:36 24 4
gpt4 key购买 nike

我在编辑后重新加载 PM2 配置文件时遇到问题:

{
"apps": [
...
{
"name": "foo",
"script": "foo/index.js",
"cwd": "foo",
"watch": false
}
]
}

我以前做过

pm2 restart config.json

pm2 reload config.json

pm2 gracefulReload config.json

但他们没有重新加载现有应用程序的配置(应用程序配置中的更改不适用)。对我有用的唯一方法是:

pm2 delete foo
pm2 restart config.json

这应该如何完成?

最佳答案

作为the reference状态,不再重新加载配置:

Starting PM2 v2.1.X, environnements are immutable by default, that means they will never be updated unless you tell PM2 to do so, to update configurations, you will need to use --update-env options.

应该是这样

pm2 startOrReload config.js --update-env

关于node.js - 重新加载 PM2 配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44508316/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com