Replies: 1 comment
-
Hi @pjgsk: apologies for the late reply, seems we might have missed this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basic info:
Code running in Azure, nodejs. Impacted orchestration: 3cee2fde5f4b4d6b85b84e99f6d84980:2
Details:
I have an orchestrator named
TerraformUpdateOrch
(which is in fact sub orchestrator, which I believe doesn't matter here) which simply never proceeded to next activity in one of the runs. It stopped on thecontext.df.setCustomStatus('something')
which I see is set against it.The next expected step is to run activity
const previousTFfileContents = yield context.df.callActivity('GitOperation', gitOpInput);
.Now I see in logs the last mention of that running instance as:
3cee2fde5f4b4d6b85b84e99f6d84980:2: Function 'TerraformUpdateOrch (Orchestrator)' awaited. IsReplay: False. State: Awaited. HubName: **. AppName: **. SlotName: Production. ExtensionVersion: 2.5.1. SequenceNumber: 11.
.It's like this for few hours now, even the function app has nothing to do in the meantime.
This is the full history of its execution I see in Durable Functions Monitor (extension for VCS) is:
Attaching more detailed view from MS Storage Explorer
How it is possible it dropped this orchestration mid way?? What am I missing?
I can share any required info on request.
Beta Was this translation helpful? Give feedback.
All reactions