Actions
Bug #32889
closedMove Actions::Katello::Host::UploadPackageProfile out of dynflow'
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1771724
\n\nActions::Katello::Host::UploadPackageProfile is one the most used actions in the foreman tasks/dynflow queue. \nAn example of a user who had 700,000 tasks in their task history saw this rough breakdown\n\nCOUNT|TYPE \n141833 Actions::Katello::Host::UploadPackageProfile\n\nwe 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 Jeremy Lenz over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|bf572c3f761c167a3bf3d91b49b0ca8bda58074a.
Actions