Currently, the live-updating charts in the "Manage workers" admin view show only capacity and load, where load interprets the is_running_cpu_exec worker info key as full load of a worker, which is reasonable (a cpu_exec / real-time task execution blocks the execution of other tasks on the given worker).
If the load resulting from real-time tasks was also shown on the charts, then they could be easier to interpret properly.
Perhaps a non-solid pattern could be used for this value instead of a color different from the one for load.
This is blocked by #757.
Currently, the live-updating charts in the "Manage workers" admin view show only capacity and load, where load interprets the
is_running_cpu_execworker info key as full load of a worker, which is reasonable (a cpu_exec / real-time task execution blocks the execution of other tasks on the given worker).If the load resulting from real-time tasks was also shown on the charts, then they could be easier to interpret properly.
Perhaps a non-solid pattern could be used for this value instead of a color different from the one for load.
This is blocked by #757.