Actions
Bug #28095
closedConcurrency control doesn't work when batch planning is enabled
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Reproducible: Always
Steps to reproduce:
1) Create a REX job, set time span on concurrency level to some value
Expected results:
Job runs are spanning the given timeframe (if time span is set) or at most $CONCURRENCY_LEVEL jobs are running at once
Actual results:
Depending on the settings, jobs can either run all at once or get stuck
Workaround:
Go to Settings > Foreman Tasks > set 'foreman_tasks_proxy_batch_trigger' to false. Please note this can lead to degraded performance in case you have lots of hosts.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman-tasks/pull/489 added
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases foreman-tasks-1.0.2 added
Updated by Anonymous almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 400ca7a7b6b3412637c5f8d96f72568bd58a13c2.
Updated by Adam Ruzicka over 4 years ago
- Fixed in Releases foreman-tasks-1.1.0 added
- Fixed in Releases deleted (
foreman-tasks-1.0.2)
Actions