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.
Actions