Interesting how outages like this seem to happen mostly on Monday^w Tuesday mornings.
GitHub Outage
21–30 of 87 posts
Re: GitHub Outage
#22Re: GitHub Outage
#23Interesting how outages like this seem to happen mostly on Monday^w Tuesday mornings.
Re: GitHub Outage
#24Re: GitHub Outage
#25Re: GitHub Outage
#26Re: GitHub Outage
#27Re: GitHub Outage
#28Github outages are the bored engineer's equivalent of getting a surprise snow day when you were in school, full of unbridled joy. For engaged, happy engineers its the equivalent of getting a surprise snow day when you are grown up and have to go dig your car out of the snow and its a normal day just with extra steps.
Not really. I'd rather be getting stuff done. ¯\_(ツ)_/¯ edit: oopsie I misread.
Re: GitHub Outage
#29Even though the status page ( https://www.githubstatus.com/ ) shows no issues, I'm still getting the occasional 500. It seems to be happening quite irregularly. They are possibly facing a lot of load.
In my experience its often the case the status site does not reflect reality -- until someone intervenes.
you also don't want your automation guessing at what the problem is, or what the effects are. you want real info from a real person even if it isn't given to you the millisecond you look for it.
this is why status pages aren't updated by automation. if they're updated by a person, you know that people know about the problem, you know that people are working on the problem, and so on, which is good, but while they figure out what's going on, you see a "green" status page.
this is normal.
(this is for future readers, more than the person I am replying to.)
Re: GitHub Outage
#30Even though the status page ( https://www.githubstatus.com/ ) shows no issues, I'm still getting the occasional 500. It seems to be happening quite irregularly. They are possibly facing a lot of load.
In my experience its often the case the status site does not reflect reality -- until someone intervenes.