Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orchestration stuck in Running when waiting on external event with event sent #339

Open
collinstevens opened this issue Aug 9, 2024 · 1 comment
Labels
question The issue doesn't require a change to the product in order to be resolved. Reliability Durable functions get stuck or don’t run as expected.

Comments

@collinstevens
Copy link

collinstevens commented Aug 9, 2024

durable function orchestration is stuck in Running when waiting for an external event even after the external event has been processed through the control queue.

  1. create a solution using the visual studio net 8.0 isolated azure functions template and select the durable orchestration as the sample function
  2. add var data = await context.WaitForExternalEvent<string>("name"); within Function1.RunOrchestrator
  3. start the orchestration func durable start-new --function-name Function1 --task-hub-name TestHubName
  4. raise the event func durable raise-event --event-name "name" --event-data """data""" --id "INSTANCE_ID_HERE" --task-hub-name TestHubName
  5. observe the control queues and notice the external event message passes through the queue, but the orchestration move

i recorded a video showing everything i did https://youtu.be/m2vfXdf0inM

@lilyjma lilyjma added Reliability Durable functions get stuck or don’t run as expected. question The issue doesn't require a change to the product in order to be resolved. and removed Needs: Triage 🔍 labels Aug 13, 2024
@nqm149
Copy link

nqm149 commented Sep 25, 2024

same issue here, any update ?
I am using isolated durable functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue doesn't require a change to the product in order to be resolved. Reliability Durable functions get stuck or don’t run as expected.
Projects
None yet
Development

No branches or pull requests

3 participants