adobe / adobe.github.com

Adobe central hub for open source
https://opensource.adobe.com
MIT License
1.43k stars 346 forks source link

Site not loading due to server issues #69

Closed stevengill closed 6 years ago

stevengill commented 6 years ago

Server repo is at https://github.com/adobe/server.adobe.github.com.

List of orgs has changed (some have been deleted). Thus causing issues with the server not sending a response and the site hanging.

We don't have access to the heroku instance that server is running on. So will have to

stevengill commented 6 years ago

Actually, looks like the server just pulls the orgs from https://github.com/adobe/adobe.github.com/blob/master/data/org.json. So updating this file should fix the problems

stevengill commented 6 years ago

I removed the dead orgs, but it hasn't solved the problem :(. I wonder if the server needs to be restarted.

stevengill commented 6 years ago

Looks like the server is down. Here is where it is referenced. https://github.com/adobe/adobe.github.com/commit/63bec3ff644546c439933930a606a6bafa06796e

Here is why I think it is down. http://server-adobe-github.herokuapp.com/

macdonst commented 6 years ago

@stevengill can we just re-write the server portion as Runtime actions? I would totally do that and blog about it. That way we don't need to run the service on heroku anymore.

filmaj commented 6 years ago

Such a great idea @macdonst !

The whole site needs a facelift, redesign, rethink... BURN IT DOWN, START OVER I SAY!

stevengill commented 6 years ago

So looks like it is back up now. I think my fix from yesterday did it. The server must have auto restarted at some point. Closing this issue!