# "Timer Active Task Workflow Task Timeout" metrics

**URL:** https://community.temporal.io/t/timer-active-task-workflow-task-timeout-metrics/6385
**Category:** Community Support
**Created:** [November 2, 2022, 3:39am UTC](https://community.temporal.io/t/timer-active-task-workflow-task-timeout-metrics/6385 "2022-11-02T03:39:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JerryHu](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/jerryhu/32/2609_2.png) [@JerryHu](https://community.temporal.io/u/JerryHu)
#### Post date: [November 2, 2022, 3:39am UTC](https://community.temporal.io/t/timer-active-task-workflow-task-timeout-metrics/6385/1 "2022-11-02T03:39:36Z")

</div>

Hi all,

On our self-hosted temporal platform, we are getting a lot of non-zero metrics data points, around 1~2k per minute, generated as task\_requests{operation=“TimerActiveTaskWorkflowTaskTimeout”}. Does it indicate high volume of workflow task timeout? We just use the default 10s timeout for workflow task.

Thanks,  
Jerry

---

<div class="post-metadata">

### Author: ![tihomir](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/tihomir/32/6580_2.png) [@tihomir](https://community.temporal.io/u/tihomir)
#### Post date: [November 2, 2022, 4:34pm UTC](https://community.temporal.io/t/timer-active-task-workflow-task-timeout-metrics/6385/2 "2022-11-02T16:34:10Z")

</div>

> Does it indicate high volume of workflow task timeout?

Yes, it’s emitted when processing workflow task timeouts.  
Can you check and share some of your relevant workflow executions histories where you see WorkflowTaskFailed events?
