fix: add every hour restart

This commit is contained in:
熊潇 2025-06-26 13:03:45 +08:00
parent 4909143938
commit 3c6c9f9fbf

View File

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