1 Star 0 Fork 0

Nothing/sdzk-export-report-image

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
ecosystem.config.js 1.14 KB
Copy Edit Raw Blame History
刘威 authored 2020-01-17 17:58 . 修改promise调用错误
module.exports = {
apps: [
{
name: "gen-pdf-3002", // 需要修改为gen-pdf-[port]
script: "./bin/www",
cwd: "./",
args: "3002", // 端口 [port]
exec_mode: "cluster", // 应用启动模式,支持fork和cluster模式
instances: "max", // 应用启动实例个数,仅在cluster模式有效 默认为fork;或者 max,0 的话或默认分配
error_file: "./pm2/app-err.log", // 错误日志文件
out_file: "./pm2/app-out.log", // 正常日志文件
merge_logs: true, // 设置追加日志而不是新建日志
log_date_format: "YYYY-MM-DD HH:mm:ss", // 指定日志文件的时间格式
min_uptime: "60s", // 应用运行少于时间被认为是异常启动
max_restarts: 30, // 最大异常重启次数,即小于min_uptime运行时间重启次数;
autorestart: true, // 默认为true, 发生异常的情况下自动重启
restart_delay: 60, // 异常重启情况下,延时重启时间
watch: false,
max_memory_restart: "300M",
env: {
NODE_ENV: "development"
},
env_production: {
NODE_ENV: "production"
}
}
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hotblin/sdzk-export-report-image.git
git@gitee.com:hotblin/sdzk-export-report-image.git
hotblin
sdzk-export-report-image
sdzk-export-report-image
master

Search