Earlier quoted context omitted.
Sounds like half of the startup world hasn't spent the time or the money to design their service to be redundant on top of AWS.
Fortunately for most, they dont have customers yet
Tell HN: Heroku is Down (update: recovering as of 10PM PST)
81–90 of 116 posts
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#82Earlier quoted context omitted.
Half the startup world is offline right now, yet the AWS status page is all greens with one "info" notice about EBS (which I doubt is the issue here). I'm glad to have moved off a fully AWS stack back to my own servers over a year ago. My uptime, bills, and stress level are all much improved.
Sounds like half of the startup world hasn't spent the time or the money to design their service to be redundant on top of AWS.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#83Seems like someone posted a link to a project that made self-hosting a previously Heroku hosted site simple, but I can't find it now... ...would be cool if there was a Linux package (or distro) that you could boot-up and then just change your git remote to and have your app up-and-running on your own hardware.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#84A few of my us-east-1d machines are down.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#85I also feel like I've let my admin skills deteriorate because I've been dependent on heroku. Back when I was running everything myself, worst case scenario I could set up a new VPS from a backup in another datacenter. Now if heroku goes out I just have to twiddle my thumbs while I wait for updates.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#86Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#87If Heroku moved off of AWS they'd have better uptime and lower prices.
That'd depend where they moved to, wouldn't it?
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#88Seems like someone posted a link to a project that made self-hosting a previously Heroku hosted site simple, but I can't find it now... ...would be cool if there was a Linux package (or distro) that you could boot-up and then just change your git remote to and have your app up-and-running on your own hardware.
I made Dokuen a few weeks ago, maybe that's what you're thinking of? If you're willing to live with a few warts, it's working pretty well for my personal use. My blog is still on Heroku so you can't really read about it now, but you can check out the code. https://github.com/peterkeen/dokuen
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#89I've had so much more downtime with heroku/AWS than I ever had back when I was running my sites on slicehost. I also feel like I've let my admin skills deteriorate because I've been dependent on heroku. Back when I was running everything myself, worst case scenario I could set up a new VPS from a backup in another datacenter. Now if heroku goes out I just have to twiddle my thumbs while I wait for updates.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#90Seems like someone posted a link to a project that made self-hosting a previously Heroku hosted site simple, but I can't find it now... ...would be cool if there was a Linux package (or distro) that you could boot-up and then just change your git remote to and have your app up-and-running on your own hardware.
This was in the recent Heroku down thread. You might be interested in Stackato ( http://www.activestate.com/stackato ). It is based on Cloud Foundry, with numerous enhancements, including support for Heroku buildpacks ( http://docs.stackato.com/languages/buildpack.html ). Heroku-in-a-box - give it a try. BTW, while the point is to enable private paas, you won't get around the issues that hit sites like this without h…