Hi Team,
Suppose I have a worker 1 polling on sticky task queue tq_1_a and due to workflow task timeout, task was placed on normal task queue and worker 2 picked up the task and it timed out again. Now if worker 1 picks up the task, will it create new sticky task queue say tq_1_b or will it reuse tq_1_a?
Also, how will we know if workflow task was retried due to timeout?