6 ms·
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 cli
by michaelfairley 14y 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.
- j-kidd 14y agoSad to know. `httpd -k restart` was available since the beginning of time.