Hacker News new | ask | show | jobs
by gdelente 4742 days ago
Github is using Unicorn as their web server. If you face the 502 error page (https://github.com/502 with the Unicorn) that only means that the Unicorn worker your request was send too took too much time to process it, and was killed. https://github.com/blog/517-unicorn Nothing crazy.