Better Production Deployment Documentation
chrischen opened this issue · 0 comments
chrischen commented
I've been looking for better documentation for how to deploy gluestick to production including:
- Tuning pm2 processes to maximize performance
- Production zero-downtime updates (currently I stop and restart gluestick start through an upstart script which causes about a minute or two of downtime while the server recompiles). Is it possible to compile while old instance is still running?