You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I defined "Information" for df framework logging:
"DurableTask.AzureStorage": "Information",
"DurableTask.Core": "Information"
It is the result:
Fetched instance status for 0866137833df4d8295ebc8d6cf3ecfea
0866137833df4d8295ebc8d6cf3ecfea: Updated Instances table and set the runtime status to 'Pending'
0866137833df4d8295ebc8d6cf3ecfea: Fetched [ExecutionStarted] message from funcXXX-control-02 (delay = 1018ms)
Fetched instance status for 0866137833df4d8295ebc8d6cf3ecfea
0866137833df4d8295ebc8d6cf3ecfea: No history events were found
0866137833df4d8295ebc8d6cf3ecfea: Processing [ExecutionStarted] (total delay = 1842ms)
0866137833df4d8295ebc8d6cf3ecfea: Executing 'dfoDepositWithdraw' orchestration logic
0866137833df4d8295ebc8d6cf3ecfea: Orchestration 'dfoDepositWithdraw' awaited and scheduled 1 durable operation(s).
0866137833df4d8295ebc8d6cf3ecfea: Scheduling activity [getIndexRate#0] with 0 bytes of input
0866137833df4d8295ebc8d6cf3ecfea: Sending [TaskScheduled#0] message to funcXXX-workitems for instance '0866137833df4d8295ebc8d6cf3ecfea'
0866137833df4d8295ebc8d6cf3ecfea: Fetched [TaskScheduled#0] message from funcXXX-workitems (delay = 410ms)
0866137833df4d8295ebc8d6cf3ecfea: Processing [TaskScheduled#0] (total delay = 411ms)
0866137833df4d8295ebc8d6cf3ecfea: Starting task activity [getIndexRate#0]
0866137833df4d8295ebc8d6cf3ecfea: Starting task activity [getIndexRate#0]
0866137833df4d8295ebc8d6cf3ecfea: Appended 4 new events to the history table in 0ms
0866137833df4d8295ebc8d6cf3ecfea: Updated Instances table and set the runtime status to 'Running'
0866137833df4d8295ebc8d6cf3ecfea: Deleting [ExecutionStarted] message from funcXXX-control-02
0866137833df4d8295ebc8d6cf3ecfea: Task activity [getIndexRate#0] completed successfully
0866137833df4d8295ebc8d6cf3ecfea: Deleting [TaskCompleted#0] message from funcXXX-control-02
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Orchestration stops on Await status after the first activity. There is no error or something interesting in the logs.
There is nothing special in the source too.
I defined "Information" for df framework logging:
"DurableTask.AzureStorage": "Information",
"DurableTask.Core": "Information"
It is the result:
Fetched instance status for 0866137833df4d8295ebc8d6cf3ecfea
0866137833df4d8295ebc8d6cf3ecfea: Updated Instances table and set the runtime status to 'Pending'
0866137833df4d8295ebc8d6cf3ecfea: Fetched [ExecutionStarted] message from funcXXX-control-02 (delay = 1018ms)
Fetched instance status for 0866137833df4d8295ebc8d6cf3ecfea
0866137833df4d8295ebc8d6cf3ecfea: No history events were found
0866137833df4d8295ebc8d6cf3ecfea: Processing [ExecutionStarted] (total delay = 1842ms)
0866137833df4d8295ebc8d6cf3ecfea: Executing 'dfoDepositWithdraw' orchestration logic
0866137833df4d8295ebc8d6cf3ecfea: Orchestration 'dfoDepositWithdraw' awaited and scheduled 1 durable operation(s).
0866137833df4d8295ebc8d6cf3ecfea: Scheduling activity [getIndexRate#0] with 0 bytes of input
0866137833df4d8295ebc8d6cf3ecfea: Sending [TaskScheduled#0] message to funcXXX-workitems for instance '0866137833df4d8295ebc8d6cf3ecfea'
0866137833df4d8295ebc8d6cf3ecfea: Fetched [TaskScheduled#0] message from funcXXX-workitems (delay = 410ms)
0866137833df4d8295ebc8d6cf3ecfea: Processing [TaskScheduled#0] (total delay = 411ms)
0866137833df4d8295ebc8d6cf3ecfea: Starting task activity [getIndexRate#0]
0866137833df4d8295ebc8d6cf3ecfea: Starting task activity [getIndexRate#0]
0866137833df4d8295ebc8d6cf3ecfea: Appended 4 new events to the history table in 0ms
0866137833df4d8295ebc8d6cf3ecfea: Updated Instances table and set the runtime status to 'Running'
0866137833df4d8295ebc8d6cf3ecfea: Deleting [ExecutionStarted] message from funcXXX-control-02
0866137833df4d8295ebc8d6cf3ecfea: Task activity [getIndexRate#0] completed successfully
0866137833df4d8295ebc8d6cf3ecfea: Deleting [TaskCompleted#0] message from funcXXX-control-02
I have no idea how to investigate such an issue.
BR,
Andrejs Sibircevs
Beta Was this translation helpful? Give feedback.
All reactions