Tell HN: Heroku is Down (update: recovering as of 10PM PST)
91–100 of 116 posts
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#92If Heroku moved off of AWS they'd have better uptime and lower prices.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#93I'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.
...or you can keep on working knowing that your services will be magically back online without you lifting a finger.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#94Earlier quoted context omitted.
It looks like Amazon are worse at reporting their outages than Heroku...
During the previous outage (which wasn't AWS related), Heroku's status page was down entirely (among other things, it relied on static assets from heroku.com), so I can't say I agree with that.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#95Seems 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)
#96I'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.
Eh, I'll probably continue converting to Heroku and not look back.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#97That's odd, because I thought the error occurred in my application. No? You sure? Just look at this error message, "An error occurred in the application and your page could not be served." Oh, so you mean the error message aren't accurate? That even though the error is actually above Heroku, a much greater failure, that my application will still be blamed, and that's what my users and bosses are going to see? And you…
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#98That's odd, because I thought the error occurred in my application. No? You sure? Just look at this error message, "An error occurred in the application and your page could not be served." Oh, so you mean the error message aren't accurate? That even though the error is actually above Heroku, a much greater failure, that my application will still be blamed, and that's what my users and bosses are going to see? And you…
Isn't it your fault you didn't build a fault tolerant application? The first rule of building services is assume everything is broken.
It seems this can be changed, though, fortunately for Heroku.
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#99Related: Right now when I try to cat /proc/mdstat or use mdstat to look at my RAID status, it just hangs. Seems it's trying to contact the EBS volumes and it's just failing. Any way to actually view my raid status?
Re: Tell HN: Heroku is Down (update: recovering as of 10PM PST)
#100That's odd, because I thought the error occurred in my application. No? You sure? Just look at this error message, "An error occurred in the application and your page could not be served." Oh, so you mean the error message aren't accurate? That even though the error is actually above Heroku, a much greater failure, that my application will still be blamed, and that's what my users and bosses are going to see? And you…
You can serve your own error pages instead of Heroku's and show your boss whatever you want. They're specified as URLs, so they can be hosted on some other platform. I don't know if that feature works when AWS is failing Heroku, but if Heroku's up enough to serve the error page, maybe it's up enough to serve the error page you configured instead of its own. https://devcenter.heroku.com/articles/error-pages