Replies: 1 comment 2 replies
-
Basic information for possible causes of orchestration start delays can be found here: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-azure-storage-provider#orchestration-start-delays. However, your case is likely different because your delay is quite a bit longer. Since the delay is almost exactly 5 minutes and 30 seconds, my guess is that there was some internal failure that caused the message to get dequeued, not processed, and then picked up again after the 5-minute queue visibility delay expired. I recommend enabling Durable Task Framework logs to see if you can find any warnings related to this instance ID. More info here: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-diagnostics?tabs=csharp-inproc#durable-task-framework-logging
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I saw this 4 year old issue.
#449
but now I have the same problem and it happens not once.
It is huge difference between schedule and start time.
What should I check or what kind of problem can it be?
BR,
Andrejs
Beta Was this translation helpful? Give feedback.
All reactions