The title of this story, "Apps are down" is a complete mischaracterization of this incident. "Heroku Dashboard/API" would be more appropriate. Nobody's app stopped running because of this. Edit: Thanks for correcting it!
The Heroku API was down
11–13 of 13 posts
Re: The Heroku API was down
#12Earlier quoted context omitted.
I interpreted your original comment, "Uptime has never really been Heroku's strong suit", to refer to application uptime . I guess you're actually referring to something different. AFAIK, when any other provider speaks about "uptime", they're referring to whether or not the service they're selling is up and running. For AWS, that'd be whether your instance or ELB is up and running as expected. For Heroku, it's whethe…
My impression was that development meant apps not in the production env. Now it's much more clear. I'd definitely change the wording.
Re: The Heroku API was down
#13Earlier quoted context omitted.
My impression was that development meant apps not in the production env. Now it's much more clear. I'd definitely change the wording.
Agreed, this was confusing to me as well, especially since there is no real concept of "development" on the heroku platform. you can't separate your dev/test apps from your production instances in heroku, they are all just treated as "production". might be helpful to clarify this on the status page at some point.