Actions
Feature #28317
closedMove Actions::Katello::Host::Update out of dynflow
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Actions::Katello::Host::Update is one the most used actions in the foreman tasks/dynflow queue.
An example of a user who had 700,000 tasks in their task history saw this rough breakdown
COUNT|TYPE
320668 Actions::Katello::Host::Update
we need to investigate moving this to be handled directly by the main Rails application and not require the overhead of task creation, monitoring and eventual database cleanup.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/8446 added
Updated by Chris Roberts over 5 years ago
- Category set to Orchestration
- Target version set to Katello 3.15.0
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases Katello 3.15.0 added
Updated by Partha Aji over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|2ae55d3e841ff5e8699c94a31774262b337cd4d2.
Updated by The Foreman Bot about 5 years ago
- Pull request https://github.com/Katello/katello/pull/8502 added
Updated by Jonathon Turel about 5 years ago
- Category changed from Orchestration to Hosts
Actions