Bug #32889
Move 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.'
Associated revisions
History
#1
Updated by The Foreman Bot almost 2 years ago
- Assignee set to Jeremy Lenz
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9429 added
#2
Updated by Chris Roberts over 1 year ago
- Triaged changed from No to Yes
- Target version set to Katello 4.2.0
- Category set to Hosts
- Subject changed from Move Actions::Katello::Host::UploadPackageProfile out of dynflow' to Move Actions::Katello::Host::UploadPackageProfile out of dynflow'
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#4
Updated by Jeremy Lenz over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|bf572c3f761c167a3bf3d91b49b0ca8bda58074a.
Fixes #32889 - Add setting to move Actions::Katello::Host::UploadPackageProfile out of dynflow (#9429)