microsoft / microsoft/durabletask-netherite
.NET 10 Isolated: PurgeAllInstancesAsync/PurgeInstancesAsync Timing Out (Operation Cancelled)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 239
- Forks
- 37
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
We have a .NET 10 Isolated Durable Function App backed by Netherite.
Our storage account size is like 512 GB, we started purging (we are very late), and it's timing out.
Purging instances with filter: { CreatedFrom = 08/01/2025 00:00:00 +00:00, CreatedTo = 08/01/2025 00:00:01 +00:00, Statuses = Completed }
Even a 1 second window is timing out.
Other than resetting the TaskHub, what are our options? Netherite is supported till 31 March 2028 and we don't want to switch to DTS just yet.
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 by reproducing the timeout with PurgeAllInstancesAsync or PurgeInstancesAsync against a Netherite-backed Durable Function App, using the one-second filter window described in the issue. The payload names no source files, tests, or entry points, and completion criteria beyond identifying alternatives to resetting the TaskHub are not specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100