Live data from Hacker News

Ask HN: Is Firebase Down?

news.ycombinator.com

41–42 of 42 posts

Re: Ask HN: Is Firebase Down?

#41
post #38

How is HN working? Don't you guys use Firebase in prod?

(No affiliation, just what I've picked up.)

HN doesn't depend on Firebase, the HN API does but HN isn't built on top of it (and presumably the API is down). HN is a monolith which uses a disk as it's database, it goes down sometimes when eg the disk fails, and it can't scale so under heavy load it starts failing requests, but it's about as robust to cloud outages as it's possible to be.

Re: Ask HN: Is Firebase Down?

#42
post #41
post #38

How is HN working? Don't you guys use Firebase in prod?

(No affiliation, just what I've picked up.) HN doesn't depend on Firebase, the HN API does but HN isn't built on top of it (and presumably the API is down). HN is a monolith which uses a disk as it's database, it goes down sometimes when eg the disk fails, and it can't scale so under heavy load it starts failing requests, but it's about as robust to cloud outages as it's possible to be.

Fun fact: HN was down once because both the disks failed at 40000 hours. https://news.ycombinator.com/item?id=32026606

It's amazing that it's almost never down, unless it's especially obscure things like this.

Post reply on HN