schneidmaster / gitreports.com

Git Reports is a free service that lets you set up a stable URL for anonymous users to submit bugs and other Issues to your GitHub repositories.
MIT License
134 stars 26 forks source link

502 Bad Gateway #62

Closed markphd closed 9 years ago

markphd commented 9 years ago

I'm not sure if you are aware but the site throws 502 error.

> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: gitreports.com
> Accept: */*
>
< HTTP/1.1 502 Bad Gateway
* Server nginx/1.6.2 is not blacklisted
< Server: nginx/1.6.2
< Date: Sun, 15 Feb 2015 07:55:29 GMT
< Content-Type: text/html
< Content-Length: 172
< Connection: keep-alive
<
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.6.2</center>
</body>
</html>
schneidmaster commented 9 years ago

Ah, fixed. It was an issue with the Sidekiq workers running out of memory. Thanks.