Hacker News new | ask | show | jobs
by michaelfairley 4865 days ago
There's another large issue with queueing requests on the dyno: when the app restarts, all the requests currently queued up on that dyno get dropped and the client receives a 503.
1 comments

Sad to know. `httpd -k restart` was available since the beginning of time.