theMackabu / pmc

A simple and easy to use PM2 alternative
https://crates.io/crates/pmc
MIT License
13 stars 1 forks source link

Any Plan for Restart strategies Like PM2 #8

Open codemasteryofficial opened 2 months ago

codemasteryofficial commented 2 months ago

Applications are automatically restarted on auto exit. But option to configure extra restart strategies will be very helpful like:

  1. Restart app at a specified CRON time
  2. Restart app when files under a folder have changed
  3. Restart when app reach a memory threshold
  4. Restart when app reach a CPU threshold
theMackabu commented 1 month ago
codemasteryofficial commented 4 weeks ago

Looking forward to the new version with this features