Actions
Bug #21703
closedallow system registrations to happen without waiting on tasks to complete
Difficulty:
Triaged:
Bugzilla link:
Description
Currently, system registrations will create a task and then wait for that task to complete before the API call returns. This works in most circumstances, but there is no task completion time guarantee. If a system is heavily loaded with tasks, system registrations may fail since subscription-manager may time out.
The parts of system registration that need to be done before the API call returns should not be done via a task. Unregistrations will need to be handled in the same way, since users may expect a subscription to be freed immediately upon unregistration.
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7082 added
Updated by Justin Sherrill almost 7 years ago
- Translation missing: en.field_release set to 284
Updated by The Foreman Bot almost 7 years ago
- Pull request https://github.com/Katello/katello-installer/pull/578 added
Updated by Chris Duryee over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|cd11688ac6acc70b18a87c112ad7604997de9b4c.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello-installer/pull/596 added
Actions