From 3606b4e334cc92e0f51d80a7fefe070d002cf804 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 11 Sep 2020 12:58:27 -0400 Subject: [PATCH] these rules no longer apply as of PRs 5519 and 5489 --- docs/task_manager_system.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/task_manager_system.md b/docs/task_manager_system.md index 89b84035ce81..9246f51d0ad6 100644 --- a/docs/task_manager_system.md +++ b/docs/task_manager_system.md @@ -67,8 +67,6 @@ The new task manager should, in essence, work like the old one. Old task manager * Tasks that are not blocked run whenever there is capacity available in the instance group that they are set to run in (one job is always allowed to run per instance group, even if there isn't enough capacity) * Only one Project Update for a Project may be running at a time * Only one Inventory Update for an Inventory Source may be running at a time -* For a related Project, only a Job xor Project Update may be running at a time -* For a related Inventory, only a Job xor Inventory Update(s) may be running at a time * Only one Job for a Job Template may be running at a time (the `allow_simultaneous` feature relaxes this condition) * Only one System Job may be running at a time