Documentation


Application restart

We provide zero down-time deployment which means the previous version of your application may run for a while before it is fully replaced by new version of your app. The process works in the following way:

  1. Application restart is requested
  2. New processes for your app are spawned
  3. Both new and old process run concurrently and traffic is routed to both new and old process
  4. After 30-40 seconds we stop the old process
  5. Traffic is served only by the new processes