Azure / Azure/durabletask

TaskHubWorker.StopAsync() stuck and failed to complete

Open
#848 4 comments 0 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/47880853/213530068-5ca04f9b-2e95-4e76-aae8-d8179a5c5f5f.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.