-
Story
-
Resolution: Not a Bug
-
Normal
-
None
-
None
-
None
-
False
-
-
False
-
None
-
Unset
-
None
-
-
-
COPR makes a lot of requests to Pulp's REST API and almost all of them successfully however sometimes there is a timeout.
```
https://mtls.internal.console.redhat.com/api/pulp/public-copr/api/v3/content/rpm/packages/?q=%28pulp_label_select%3D%22build_id%3D9990414%22%29+AND+pulp_label_select%3D%22chroot%3Dfedora-rawhide-x86_64%22&offset=0&limit=1000&fields=prn: HTTPSConnectionPool(host='mtls.internal.console.redhat.com', port=443): Read timed out. (read timeout=12.0)
```
When such timeouts occur, the request does not show up in the access log for Pulp.
The 12 second read timeout is not being set by the client. We want to figure out where these requests are getting stuck..