-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
None
Zendesk case Link: https://coreos.zendesk.com/agent/tickets/18097
One of the customer has more than 2k repositories in his organization and when he tries to create build triggers , Quay is unable to retrieve all the repositories within his organization
ion.
curl 'https://quay.io/api/v1/repository/utilitywarehouse/test-kafka/trigger/9899049e-3ae7-4cbb-a23a-980152dcb3b5/sources' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:72.0) Gecko/20100101 Firefox/72.0' -H 'Accept: application/json, text/plain, /' -H 'Accept-Language: en-GB,en;q=0.5' --compressed -H 'X-Requested-With: XMLHttpRequest' -H 'X-CSRF-Token: 8AGqWI2uPy0afK7H+kNFRYcvjzb54OAQu1/FK0VRppWXUS8qiaZNculAQjw7I22p' -H 'Content-Type: application/json;charset=utf-8' -H 'Origin: https://quay.io' -H 'Connection: keep-alive' -H 'Referer: https://quay.io/repository/utilitywarehouse/test-kafka/trigger/9899049e-3ae7-4cbb-a23a-980152dcb3b5' -H 'TE: Trailers' --data '
{"namespace":"utilitywarehouse"}'
The response headers are:
HTTP/2 504 Gateway Timeout
server: nginx/1.12.1
date: Tue, 21 Jan 2020 09:45:56 GMT
content-type: text/html
content-length: 183
X-Firefox-Spdy: h2
And the response payload is:
<html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.12.1</center>
</body>
</html>