You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instances: 1, // 0 means the amount of workers equal the amount of cpu cores
autorestart: true, // restarts the process or app !!IMPORTANT
watch: false,
error_file: 'error.log',
out_file: 'out_error.log',
log_file: 'combined.log',
time: true,
// exec_mode: 'cluster', // cluster pm2 execution mode scales the app based on the number of cores available. 16 cores == 16 pm2 workers. Workers can't share state
// merge_logs: true, // merge all pm2 app logs in single files