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