stablekernel / aqueduct

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://aqueduct.io
BSD 2-Clause "Simplified" License
2.42k stars 280 forks source link

simple deploy like pm2 cluster #936

Open besthyhy opened 3 years ago

besthyhy commented 3 years ago

PM2 can deploy node in cluster, achieves a 0-second-downtime reload. Is there a similar simple way for aqueduct to achieve this effect?

Reference link: https://pm2.keymetrics.io/docs/usage/cluster-mode/

bahramee commented 3 years ago

you can use supervisor on linux server