TaskHubWorker.StopAsync() stuck and failed to complete
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
We start to see TashHubWork.StopAsync() failed to complete. From the logs, I observed that TaskHubWork start the stopping process but never complete.

What might cause this issue?
I see there is another API for us to forcefully stop TaskHubWorker (https://github.com/Azure/durabletask/blob/main/src/DurableTask.Core/TaskHubWorker.cs#L222). Is this the recommended way to clean up TaskHubWorker? Is there issues if we forcefully cleanup TaskHubWorker by using this API?
The library versions we are using:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.