I have an app running on Heroku. Interestingly, it caches itself using HTML 5 application cache, so most people won't even notice the site is down. Need to make sure the background network ops are fault tolerant though.
Interesting. Care to share what you're doing/what the heck that means?
Heroku is down for the third time today
41–50 of 63 posts
Re: Heroku is down for the third time today
#42Heroku so far has not had major outages.
And they will be learning from the current ones.
Re: Heroku is down for the third time today
#43Earlier quoted context omitted.
How exactly is the fact that you didn't know about the outage "the magic of cloud computing"? I get that you're saying your users don't care/didn't notice, but I'm clearly missing something because if I had an app on Heroku, I'd be a little nervous. When the cyclic nature of your app swings back around and it's in regular use again, this kind of outage might not be so magical.
Well technically, I was informed of it. I got email alerts and stuff, but I was busy doing other things, so I didn't read them. Users surely noticed, but Heroku definitely noticed before my users did. They're quietly working on a solution and I can quietly go about my day. If my users start complaining, I'll have time to talk to them; time I wouldn't have if I was neck deep in log spew. Having run apps on my own serv…
This is downtime coming from their infrastructure, not your app.
Re: Heroku is down for the third time today
#44It just occurred to me that you know you've made some pretty serious traction as a startup when HN posts about your company no longer have something like "(YC W08)" appended to the end.
Thanks for pointing that out, because I had completely forgotten that this was the case. (I actually can't remember at all, but I figure that I knew that from when they came out) They did go a long way in a short period of time. Winter 2008 feels so close.
Re: Heroku is down for the third time today
#45Re: Heroku is down for the third time today
#46Earlier quoted context omitted.
Is there a service that will switch off adwords campaigns if your site is down or in maintenance mode? If not, there should be.
Thought about writing an app to do that. Unfortunately I would not be able to host it on Heroku. :-)
Re: Heroku is down for the third time today
#47Earlier quoted context omitted.
Thought about writing an app to do that. Unfortunately I would not be able to host it on Heroku. :-)
I've had clients with sloppy dev teams who decided to change the URL structure of all landing pages without letting me know (I was managing their PPC campaigns). Google stops serving ads after getting 404 errors - unfortunately I don't think they count other errors (like a 503) and they don't stop until they've sent a few hundred (or thousand) clicks.
Re: Heroku is down for the third time today
#48I have 5 minute watchdogs on all of my 3 sites in production with Heroku, and none of them pinged me. Given that I know the watchdogs work (regular testing and previous incidents) I would have to conclude that not everyone was affected.
Re: Heroku is down for the third time today
#49Earlier quoted context omitted.
Interesting. Care to share what you're doing/what the heck that means?
http://motodiaryapp.com -- of course if Heroku is down and it's not already cached for you it won't load. This is the technology the site uses to allow offline access: http://www.whatwg.org/specs/web-apps/current-work/multipage/...
(Love you really, Heroku).