-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
MDL-67363-adhoc-qos -
This is split from MDL-64610
Suppose you have 10 ad hoc task runners and 1000 type A tasks in the queue, then we want to run 10 type A side by side.
Suppose you have 10 ad hoc task runners and 1000 type B tasks in the queue, then we want to run 10 type B side by side.
Suppose you have 10 ad hoc task runners and 500 A and then 500 B tasks afterwards in the queue, then we want to run 5 type A and 5 type B side by side regardless of the order they were queued in.
Suppose you only have 1 ad hoc task runners and 500 A and then 500 B tasks afterwards in the queue, then we want to run 1 type A and then 1 type B and then 1 type A regardless of the order they were queued in.
The intention behind MDL-64610 is more or less similar but the approach is quite different.
- has a non-specific relationship to
-
MDL-67483 Improve adhoc tasks quality of service at very high scale
- Closed