Need help to figure out the sudden stop dequeue of control queue #2357
Unanswered
siemenstan
asked this question in
Q&A
Replies: 1 comment 7 replies
-
There are usually two reasons for an app instance to stop listening for messages on a control queue:
If you're observing that you have app instances running and there are no app instances reading from a particular queue, then it's possible you've encountered a bug that can cause app instances to unexpectedly stop listening for queue messages. I recommend you update to the latest extension version (currently v2.9.0) to make sure you have all the bug fixes we've made in this area to rule out this possibility. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to get some help how to figure out the reason of sudden stop dequeue of control queue at 12-Jan-2023 19:03:47 UTC. My app is using durable function extension v2.5.1, and deployed into Azure Kubernetes. From the App Insights, I am able to see the trace of "Stopped listening for messages on queue" but there not seeing any exception or trace message that indicate the reason of the sudden stop, appreciate if anyone can suggest what is any other traces that can help to figure out root cause of such issue. Thank you in advance.
Below are some error info and screenshot of app insights trace:
Azure Region: West US
Timestamp (UTC): 2023-01-12T19:03:47.4552886Z
HostInstanceId: a4ffcd8d-4b6e-4192-b645-bbbdb3a1ddf7
appId: 8f2c3085-e255-4aa8-bb45-175531af3e9e
Function App: C# .NET 6.0 with Durable function extension v2.5.1
Beta Was this translation helpful? Give feedback.
All reactions