Durable Orchestration is scheduled when receiving event instead of taking action #2206
Unanswered
jwalczakine
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for reaching out @jwalczakine. To summarize your question: you're asking why it takes ~15-30 seconds for your orchestrator to respond to the event that's raised against it? To investigate further, we would benefit from having your orchestrator instanceID, your app name, and an incident timerange. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Simplified version of orchestration is just awaiting for an external event and does some job after.
This SaleTransactionWorkflow orchestration is part of another orchestration:
The event is called from another function:
The problem we experience is that sometimes our orchestraton gets an event but reacts after 15-30 seconds, second call to the same orchestration is usually faster - see the logs screenshot below:
We use consumption plan, we tried to keep functions warm pinging them, but nothing works. Where should we look now to find what causes this issue?
Beta Was this translation helpful? Give feedback.
All reactions