Live data from Hacker News

GitHub Is Down

githubstatus.com

11–20 of 93 posts

Re: GitHub Is Down

#11
post #4
post #3

I was building a github app and was scratching my head about where I messed up. The website and front end were loading but github isn't sending webhooks.

I was deploying code to production as it died!

Well that is just the worst luck. Condolences as you revert locally?

Re: GitHub Is Down

#12
That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface.

Any ideas?

Re: GitHub Is Down

#13

have never seen the github 500 screen before! the 404 screen is delightful, this one is as well silver linings

I'm not even getting the pretty errors :) Just the generic nginx 504 timeout.

I was trying to authorize a third-party client and got an angry pink unicorn.

Re: GitHub Is Down

#15
Lol. Couldn't work on github, I thought it was just a slow connection so checked HN instead to see whether the page loads - and now I guess it wasn't just an issue on my end :D

Re: GitHub Is Down

#16

That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface. Any ideas?

How about git push heroku master from local branch?

Re: GitHub Is Down

#18

That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface. Any ideas?

Remove spiderweb dependencies from your deployment pipeline?
Post reply on HN