Workflow no longer triggering from task queue

An Existing workflow process is no longer picking up new workflow requests from the queue however the queue is showing the requests in a wait state. No code as changed and the workflow is showing as registered with the queue.

Hello @Ceb, welcome to the community

Can you check if you have workers listening on your taskqueue?

tctl taskqueue describe --taskqueue <taskqueuename>

Since I posted this I thought I should update what I found. Turns out I had more workflows running then worker.options was set to limit “MaxConcurrentWorkflowTaskExecutionSize” so obviously it would start no new workflows on that worker.

The number of workflows running can be much higher than MaxConcurrentWorkflowTaskExecutionSize.