bones
bones copied to clipboard
Graceful restarts
We should make it possible to do graceful restarts of the http servers which bones starts. This is generally possible with node but it looks like as our servers in bones start after doing a bunch of synchronous work we've got a hole for incoming traffic. We'd need to figure out a strategy for the best way to make this possible.