microsoft / microsoft/durabletask-netherite
Purging and getting instances with DurableTaskClient in dotnet-isolated runtime
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 239
- Forks
- 37
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
I am using the Durable task client (Microsoft.DurableTask.Client.DurableTaskClient) in dotnet isolated runtime. I want to purge instances of durable functions that have completed or failed and also I want to see how many instances are in running state. For this I am using the following code
Both there statements were working with Azure storage but they are not working with netherite. I get the following exception saying that the action is not supported when I try to purge
and I get a GRPC exception when I try to fetch all instances.
are these actions not supported for netherite and dotnet isolated?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Microsoft.DurableTask.Client.DurableTaskClient purge and instance-fetch operations used in the issue, then reproduce both calls with the dotnet-isolated runtime and Netherite. Compare their behavior with Azure Storage and the reported unsupported-action and gRPC exceptions; done means establishing whether these operations are supported and identifying the appropriate fix or documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100