This topic was automatically generated from Slack. You can find the original thread here.
Hello, I have a queue processing workflow that triggers itself recursively until the queue is empty. The workflow stops somewhere in the queue without error although new events are sent to the workflow. Any ideas on why this happens?
What’s weird is that the processing seems to pause itself. When I trigger a new event, both the old (paused) workflow resumes and the new workflow starts processing their queues.