Hacker News new | ask | show | jobs
by aeosynth 3384 days ago
Heroku does.
1 comments

> SLEEPS AFTER 30 MINS OF INACTIVITY

Yeah, I don't think that really counts.

You can trivially bypass that with an infinite loop:

    while true; do sleep 1; done