I've 2 dynos for my Java web app on herkou.
As per the documentation, it should not idle if I've more than 1 dyno.
From link above:
"Apps that have more than 1 web dyno running are never idled out. Workers dynos are never idled out."
My dyno still idles out.
=== web (2X): xxxxxxxxx.war
web.1: idle 2013/06/11 04:31:46 (~ 2h ago)
Is there another setting that needs to be done so that the dyno is not idled?
I can try some approach as per this thread. However, I'd like to understand if there's something missing.