Hi all,
I'm struggling with an issue where every request, with 0 load, takes 2+
seconds.
Environment:
4 dynos
0 traffic (watching the heroku logging live)
controller simply has 1 line in it: render :text => "pong"
Subsequent requests route over the dynos, so the Heroku routing seems to be
working
The times average 8-12ms for the request, but 1600-2200ms for the "service"
Heroku has asked me to use NewRelic to troubleshoot this. But, here's the
deal, NewRelic doesn't show any delay..they show the request times, not the
service times.
If anyone has any thoughts I'm all ears, thanks!
W