I use Heroku for subscription software services, online retail stores, and phone ordering system for our staff. Right now all of our sites are failing with 503 errors. Our store is down and when one of our employees went to take a phone order they got a "Welcome to your new app" message. I've been a big evangelist of Heroku since we migrated over last year, but I'm getting deeply concerned about the elevated error ra…
Does Heroku have an SLA? (I could not find it) At some point they're exposing themselves to serious risk. Rackspace had to pay out ~$3MM (in free service credits) after an outage in 2009: http://www.networkworld.com/news/2009/070609-rackspace-outag...
Heroku is down for the third time today
31–40 of 63 posts
Re: Heroku is down for the third time today
#32Re: Heroku is down for the third time today
#33Earlier quoted context omitted.
Does Heroku have an SLA? (I could not find it) At some point they're exposing themselves to serious risk. Rackspace had to pay out ~$3MM (in free service credits) after an outage in 2009: http://www.networkworld.com/news/2009/070609-rackspace-outag...
This is offtopic, but what's MM? What's the second M for?
Re: Heroku is down for the third time today
#34Earlier quoted context omitted.
This is offtopic, but what's MM? What's the second M for?
M = 1000 in Roman numerals, but the confusing bit is not reading them like Roman numerals (2000) but rather interpreting them as one thousand thousands, or one million.
Re: Heroku is down for the third time today
#35It 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.
Re: Heroku is down for the third time today
#36Earlier quoted context omitted.
M = 1000 in Roman numerals, but the confusing bit is not reading them like Roman numerals (2000) but rather interpreting them as one thousand thousands, or one million.
Hmm, so who uses this? How is it better than just saying $3M?
Re: Heroku is down for the third time today
#37Earlier quoted context omitted.
M = 1000 in Roman numerals, but the confusing bit is not reading them like Roman numerals (2000) but rather interpreting them as one thousand thousands, or one million.
Hmm, so who uses this? How is it better than just saying $3M?
Re: Heroku is down for the third time today
#38Earlier quoted context omitted.
Hmm, so who uses this? How is it better than just saying $3M?
This came up in a thread a while back ( http://news.ycombinator.com/item?id=1483667 ). Bottom line is that "MM" comes from the banking/finance world. In banking, $3M actually means $3,000 and $3MM means $3,000,000.
Re: Heroku is down for the third time today
#39I use Heroku for subscription software services, online retail stores, and phone ordering system for our staff. Right now all of our sites are failing with 503 errors. Our store is down and when one of our employees went to take a phone order they got a "Welcome to your new app" message. I've been a big evangelist of Heroku since we migrated over last year, but I'm getting deeply concerned about the elevated error ra…
Are there any companies that provide 'server host failure' insurance for instances like this? It seems like a possible opportunity.
Re: Heroku is down for the third time today
#40I 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.