1

Is there any way to get the latency for how long it takes for a worker to pick up a new task or how long it takes for an activity to be picked up by a worker?

Sharan Foga
  • 135
  • 8

1 Answers1

1

There are two metrics reported on client side for this:

The similar metrics on server is “sync match latency” and “async match latency “.

Sync match means when the task is scheduled, a worker is actively polling. So usually sync match latency can be used to measure how much load a task list is under

Long Quanzheng
  • 2,076
  • 1
  • 10
  • 22