On SDK metrics, check if you have elevated workflow_task_schedule_to_start_latency
/ activity_schedule_to_start_latency
.
If those are elevated but on worker pods you have low resource utilization and don’t have issues with task slots availability try
increasing your poller count from 5 to 8 or 16 and see if that helps.
Increase the WorkflowTaskPollers/ActivityTaskPollers depending on which schedule_to_start latency is increased.
Also see this forum thread on poller count that might help.