pankleks / pm2-health

Apps health monitor and mail notification module for pm2
MIT License
35 stars 14 forks source link

Pm2-health send too many emails at once when a program died or exited. #51

Open just-pthai-it opened 1 year ago

just-pthai-it commented 1 year ago

Just like the title. I have problem with number of emails sent. But I did not find any solution to fix it. Already adjust batchPeriodM: 5 and batchMaxMessages:20 but nothing change.

ZhuBoao commented 1 year ago

Yes it's an devil now, sending more than 100 emails per seconds and I have to turn it off.

gullyboy007 commented 1 year ago

Are there any alternative to pm2-health ? @ZhuBoao @just-pthai-it Or how to overcome this issue? I am planning to add pm2-health to my repo.

just-pthai-it commented 1 year ago

Are there any alternative to pm2-health ? @ZhuBoao @just-pthai-it Or how to overcome this issue? I am planning to add pm2-health to my repo.

Sorry, I have not found any solution for this case