Actions
Feature #20661
closedJob invocations should have a priority
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1386283
Description of problem:
Every job should have a priority so that if there are enqueued jobs the new jobs with higher priority are executed first.
For instance:
1- There are 100 reposync jobs currently running. There are another 50 jobs waiting to run because the capsules cannot run all of them concurrently.
2- Some errata is published and the customer wants to immediately apply it. The customer should be able to apply a higher priority to the "apply errata" jobs. Therefore, the reposync jobs that are queued will only run after the errata jobs have finished.
Updated by Ivan Necas over 6 years ago
- Blocked by Bug #22885: Add support for multipile queues in dynflow added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/330 added
Updated by Ivan Necas over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|bd6e83fee879b8960986ed107514b960a5309c81.
Actions