Replies: 1 comment
-
It's the kind of the task. A blocking task is run on one of the blocking workers, not on the workers shared by async tasks. Blocking tasks never yield to a runtime (they're not async). Currently blocking task running time counts everything as busy, even if it yields the thread or the thread is put to sleep for any reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the blocking task stats, does it mean it is busy all the time for 16h? or simply it is not calculating the stats of blocking tasks?
Beta Was this translation helpful? Give feedback.
All reactions