You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/metrics/openmetrics/metrics-reference.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ It can overcount because invalid or expired Tasks, like from cancelled, terminat
533
533
534
534
It can also reset to zero on an idle Task Queue. If no Worker polls, no new Tasks are added, and no other Task Queue calls occur (such as `DescribeTaskQueue` or `UpdateTaskQueueConfig`) for approximately 5 minutes. The Task Queue is unloaded from memory.
535
535
Infrequent metadata updates and database time-to-live settings can also cause this metric to drift at a smaller magnitude.
536
-
See [backlog accuracy limitations](/develop/worker-performance#backlog-accuracy-limitations) for details.
536
+
See [backlog accuracy limitations](/develop/worker-performance/task-queues#backlog-accuracy-limitations) for details.
Copy file name to clipboardExpand all lines: docs/cloud/worker-health.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,9 +242,9 @@ temporal_cloud_v1_approximate_backlog_count{temporal_namespace=~"$namespace", te
242
242
- Verify that your Worker setup is optimized for your instance:
243
243
- Check the system CPU usage against `task_slots` and adjust `maxConcurrentWorkflowTaskExecutionSize` and `maxConcurrentActivityExecutionSize` settings as necessary.
244
244
- Check the system memory usage against `sticky_cache_size` and adjust sticky cache size as necessary.
245
-
- For a detailed explanation of settings, see the [Worker Performance](/develop/worker-performance#task-queues-processing-tuning) section.
245
+
- For a detailed explanation of settings, see the [Worker Performance](/develop/worker-performance/task-queues#task-queues-processing-tuning) section.
246
246
- Increase the Worker config for concurrent pollers for Workflow or Activity `task_slots`, if your Worker resources can accommodate the increased load.
0 commit comments