Hacker News new | ask | show | jobs
by Donito 4914 days ago
What's the problem with the 5-10 seconds wake up time in Heroku? This does NOT happen every time they are used, it only happens ONCE every an hour or more of inactivity. This limitation becomes problematic however if your app has cron jobs every so often, or states (e.g. node app).
1 comments

It's fine for developing but I want to have this as something I can send to employers and friends. I don't want them to have to wait up to 10s to see a site that I spend a lot of time trying to speed up lol
there is a way around that. just install the new relic addon, and configure it to check your sites availability once every minute.(on a production site you want that anyway to get alerts if the app is down, and might need a restart)

like Donito said, it only needs to wake up if there hasn't been a request in over an hour -> which will never happen with the new relic addon, because it sends a request every minute.