Actions
Bug #15170
closedREST Timeout during manifest import
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
From closed bug here we have a user hitting a timeout during manifest import:
https://bugzilla.redhat.com/show_bug.cgi?id=1334627#c2
"""
I also encountered that on my testinstall, however my pulp was running fine while the initial import of the Manifest errored out with "RestClient::RequestTimeout: Katello::Resources::Candlepin::Owner: Request Timeout (POST /candlepin/owners/ACME/imports)"
For me just clicking "refresh manifest" was enough to fix that issue, though.
"""
It looks like for 6.2 we regressed back to the old 120 second timeout:
:katello:
:rest_client_timeout: 120
where in 6.1 we had this set to
:rest_client_timeout: 3600
we need to move this back to 3600 until we resolve ALL issues with async operations.
See this Candlepin RFE that is not complete:
Actions