You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **Logic Type** | **Ordinal:** Only the relative order matters; the specific numerical difference between 1 and 10 is irrelevant. | **Cardinal:** The exact ratio matters (e.g., a weight of 2.0 is exactly twice as significant as 1.0). |
381
+
| **Blocking** | High-priority tasks can completely block lower-priority tasks from being scheduled. | High-weight tasks **never** block tasks with lower weights. |
382
+
| **Scope** | Assigned to the **entire task**. | Part of a **resource request**; different resource variants of the same task can have different weights. |
383
+
| **Performance** | Optimized for a high volume of tasks with many different priority levels. | **Not optimized** for a large variety of weights. It is recommended to keep unique weight values to a minimum (under 20). |
0 commit comments