From dd032c846304438660bf3010d68928b8d39ec59f Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 16 Nov 2016 10:37:26 -0500 Subject: [PATCH] Update task_manager_system.md --- docs/task_manager_system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/task_manager_system.md b/docs/task_manager_system.md index 0d4a4ab521..ad4dfb6f2f 100644 --- a/docs/task_manager_system.md +++ b/docs/task_manager_system.md @@ -53,7 +53,8 @@ The new task manager should, basically, work like the old one. Old task manager ### Task Manager Rules * Groups of blocked tasks run in chronological order -* Tasks that are not blocked run whenever there is capacity available +* Tasks that are not blocked run whenever there is capacity available*** + * ***1 job is always allowed to run, even if there isn't enough capacity. * Only 1 Project Updates for a Project may be running * Only 1 Inventory Update for an Inventory Source may be running * For a related Project, only a Job xor Project Update may be running