Hacker News new | ask | show | jobs
by gridaphobe 4949 days ago
Is it possible to launch using just a single dyno and heavy caching/optimization?
3 comments

Heroku employee here, don't abuse the free. It's there for a design/prototyping/staging and as long as people don't abuse it will stay that way.
They will shut down your instance, if you don't use it for an hour or two - and then it will take like 8-10 seconds to load it again. If you can live with that, I guess that would work, yes.
There are very, very easy ways around this.
One being a service like http://uptimerobot.com/ that pings the site every 5 minutes
From what I see, when you have a single dyno, Heroku deploys you to a different environment sandbox called "development". Typically that has less uptime and takes lots of upgrades all the time with interesting consequences. I believe they promote to "production" applications much less frequently.
Depending on what you need to do to show off the product, absolutely. A static landing page should withstand just about anything you throw at it.