Live data from Hacker News

Show HN: A little app to keep your free Heroku apps awake

github.com

1–10 of 12 posts

Re: Show HN: A little app to keep your free Heroku apps awake

#2
Funny that this depends on the Heroku scheduler to work. Why not just throw a curl command in the Heroku scheduler like everyone else? I can’t think of a reason to use this when you have cron and a bash script with a curl command in it.

Or pay $7 a month to get a hobby dyno... you cant possibly need 24x7 uptime if you can’t afford $7 a month.

Re: Show HN: A little app to keep your free Heroku apps awake

#9

Funny that this depends on the Heroku scheduler to work. Why not just throw a curl command in the Heroku scheduler like everyone else? I can’t think of a reason to use this when you have cron and a bash script with a curl command in it. Or pay $7 a month to get a hobby dyno... you cant possibly need 24x7 uptime if you can’t afford $7 a month.

This isn't for 24/7 uptime. And it also doesn't depend on Heroku scheduler. That's just one option for getting this up and running quickly.
Post reply on HN