Actions
Bug #19158
closedremoving multiple subscriptions causes parallel calls to candlepin
Description
When multiple subscriptions are removed from a host in a single api call, each of those subs are sent individually to candlepin for removal. This potentially can cause race conditions if those removals are parallelized by foreman tasks. This code should make sure the plan_actions are sequential and not parallel:
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6722 added
Updated by Walden Raines over 7 years ago
- Translation missing: en.field_release set to 211
Updated by Thomas McKay over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e95fc6d637b7dcc0775b17ac80082f93b2eb8b90.
Actions