Bug #15170
closedREST Timeout during manifest import
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:
Updated by Mike McCune over 8 years ago
- Pull request https://github.com/Katello/puppet-katello/pull/129 added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 143
Updated by Mike McCune over 8 years ago
- Status changed from New to Ready For Testing
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset puppet-katello|022e3d869580e7bc0931f5e28f9727ebb5b322ee.