Earlier quoted context omitted.
I still don't get why they use images Instead of unicode: https://www.htmlsymbols.xyz/unicode/U%2b2705
if the image tag is drawn dynamically then it is actually probably less bandwidth than the unicode character since the image can be cached at multiple locations including the browser.
Heroku was Down
141–149 of 149 posts
Re: Heroku was Down
#142I've only ever used heroku for free tier level personal projects, but as I understand it they use AWS to do the actual hosting. I can understand an outage affecting their deployment process, but what could cause running servers to go down? As I typed that out I remembered that they handle DNS, load balancing, and databases, so I guess any one of them.
All it takes is a load balancer misconfiguration on a core service to take a large scale service down.
Re: Heroku was Down
#143It appears to only be affecting apps that have multiple dynos. While Heroku is busy fixing the issue if you scale your app to a single dyno (assuming it can handle the traffic) it should restore availability.
However, while I could not connect to my app, nobody I know could connect to my app, and my monitoring service could not connect to my app for a ping... my app logs showed that some traffic continued to connect throughout the outage. So it was not entirely universal. And was clearly a routing problem of some kind.
Re: Heroku was Down
#144Earlier quoted context omitted.
if the image tag is drawn dynamically then it is actually probably less bandwidth than the unicode character since the image can be cached at multiple locations including the browser.
Less bandwidth than the 1-4 bytes of a codepoint in UTF-8? How do you figure?
Re: Heroku was Down
#145HN is truly a market leader in status page technology
A couple of outages that have affected my client i learned about first on HN. We were able to mobilize a team and get on top of it faster than any monitoring team at the client ( a state government ). I feel like HN should invoice us haha
Re: Heroku was Down
#146Re: Heroku was Down
#147All our apps are down as well. And it seems (and I really have to almost laugh here) that https://status.heroku.com no longer loads.
As always, a note to infrastructure providers: HOST YOUR LIVE STATUS DETAILS ON OTHER INFRASTRUCTURE. Of course, they won't. If they host is on someone else's then that might look bad (tacitly saying that a competitor is reliable and might be up when they are down) and if they hive off an extra copy of some of their infrastructure there will still be single points of failure either accidentally, by human error (someo…
Re: Heroku was Down
#148HN is truly a market leader in status page technology
Re: Heroku was Down
#149HN is truly a market leader in status page technology