Actions
Feature #27248
closedHandle host-related tasks in separate queue to avoid conflicts with user-related actions
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
To prevent the user-related actions to be highly influenced by the hosts-related tasks (such as errata applicability calculations), the work for the hosts should be put on dedicated queue with independent set of worker threads to process, so if the host-workers get starved, the non-host work could still flow.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/Katello/katello/pull/8200 added
Updated by Jonathon Turel over 5 years ago
- Subject changed from Handle host-related tasks in separate queue to avoid conflicts with user-related actions to Handle host-related tasks in separate queue to avoid conflicts with user-related actions
- Target version set to Katello 3.13.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/Katello/katello/pull/8276 added
Updated by Adam Ruzicka over 5 years ago
- Assignee changed from Ivan Necas to Adam Ruzicka
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases Katello 3.14.0 added
Updated by Ivan Necas over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|2d4f893b2d97cd1c51c955f70dcfb32157d94bb5.
Actions