Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
717 stars 271 forks source link

Durable Orchestration status is Still running #2883

Open wyh092526 opened 4 months ago

wyh092526 commented 4 months ago

In the process of testing Durable locally, I stopped the debug. I looked up the status and the status is still running. Despite my efforts to terminate the Orchestration ID through an API, the status is still running. Is there a method to stop this?

cgillum commented 4 months ago

If you're running everything locally, the easiest way to remove all in-flight orchestrations is to reset the state in the Azure Storage emulator. Is this an option for you?

wyh092526 commented 4 months ago

I already try to reset the Azure Storage Emulator by these steps:

  1. Try to delete all the files inside the Microsoft Azure Storage Emulator - I don't have Microsoft Azure Storage Emulator folder in my local

  2. AzureStorageEmulator.exe stop -- tried to run this command but got an error image

  3. Already delete the files in blob where name contains testhubs but when I check the status of the Orchestration ID still running :/