microsoft / microsoft/durabletask-netherite

Purging and getting instances with DurableTaskClient in dotnet-isolated runtime

Open
#372 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

P1
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
image

image

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
image

and I get a GRPC exception when I try to fetch all instances.
image

are these actions not supported for netherite and dotnet isolated?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.