Azure / Azure/azure-functions-durable-python

Query all instances for Durable Python SDK

Open
#580 1 comment 0 reactions 0 assignees View on GitHub
Enhancement fixed-in-v2 P1
Dominant language
Python
Stars
157
Forks
70
Avg merge
2d 10h
Merged PRs (30d)
2

Description

💡 **Feature description**
We had discussed Query all instances for Python SDK. Looks like the .NET APIs support paging, but the Python SDK doesn't. 100 is the default page size, which is why you're seeing this limit I believe.

https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management?tabs=python#query-all-instances

💭 **Describe alternatives you've considered**
Need to implement support paging for Python SDK.

Contributor guide

Open the contributing guide

Research direction

Start with the linked Durable Functions instance-management documentation and compare the Python SDK behavior with the paging support described for the .NET APIs. Trace the Python SDK entry point for querying instances and identify how the default limit is applied; done means Python callers can page through results and query all instances beyond 100.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.