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:
- Application restart is requested
- New processes for your app are spawned
- Both new and old process run concurrently and traffic is routed to both new and old process
- After 30-40 seconds we stop the old process
- Traffic is served only by the new processes