diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 0e37631..109d68c 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -8,6 +8,7 @@ module.exports = { interpreter: 'python', // 替换为您的Python解释器路径 instances: 1, // 启动一个实例 autorestart: true, // 自动重启 + cron_restart: '0 * * * *', // 每小时重启一次 env: { XHS_API_PORT: PORT, NODE_ENV: 'production',