TrueCar/gluestick

Better Production Deployment Documentation

chrischen opened this issue · 0 comments

I've been looking for better documentation for how to deploy gluestick to production including:

  1. Tuning pm2 processes to maximize performance
  2. 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?