PM2

Zero-Downtime Workflows

Restart-safe PM2 workflows in SkyPort.

SkyPort can restart and stop PM2-managed processes, but the platform does not guarantee zero-downtime by itself. Any true zero-downtime behavior depends on how PM2 and your application are configured.

terminal
skyport pm2 list
skyport pm2 logs my-app
skyport pm2 restart my-app

What To Document

  • restart ordering
  • readiness behavior in your app
  • log inspection before and after restarts
  • rollback as the fallback when a process does not come back cleanly

What Not To Claim

  • automatic zero-downtime guarantees
  • horizontal clustering unless your deployment actually configures it

Next

  1. Read Process Management.
  2. Read Logs.
SkyPort

SkyPort Docs

Self-hosted infrastructure platform