Is it possible to do something like the Github zero downtime deploy on Heroku using Unicorn on the Cedar stack?
I\'m not entirely sure how the restart works on Heroku
You might be interested in their feature called preboot.
Taken from their documentation:
This feature provides seamless deploys by booting web dynos with new code before killing existing web dynos.
Some apps take a long time to boot up, and this can cause unacceptable delays in serving HTTP requests during deployment.
There are a few caveats:
There is much more information about it, so refer to their documentation.