File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,7 @@ type (
166
166
// Special note for workflow task queue type: this metric does not count sticky queue tasks. Hence, the reported
167
167
// value may be significantly lower than the actual number of workflow tasks added. Note that typically, only
168
168
// the first workflow task of each workflow goes to a normal queue, and the rest workflow tasks go to the sticky
169
- // queue associated with a specific worker instance. Activity tasks always go to normal queues so their reported
170
- // rate is accurate.
169
+ // queue associated with a specific worker instance. Activity tasks always go to normal queues.
171
170
TasksAddRate float32
172
171
// Approximate tasks per second dispatched to workers, averaging the last 30 seconds. This includes both
173
172
// backlogged and sync-matched tasks, but excludes the Eagerly dispatched workflow and activity tasks (see
@@ -179,8 +178,7 @@ type (
179
178
// Special note for workflow task queue type: this metric does not count sticky queue tasks. Hence, the reported
180
179
// value may be significantly lower than the actual number of workflow tasks dispatched. Note that typically, only
181
180
// the first workflow task of each workflow goes to a normal queue, and the rest workflow tasks go to the sticky
182
- // queue associated with a specific worker instance. Activity tasks always go to normal queues so their reported
183
- // rate is accurate.
181
+ // queue associated with a specific worker instance. Activity tasks always go to normal queues.
184
182
TasksDispatchRate float32
185
183
}
186
184
You can’t perform that action at this time.
0 commit comments