Azure / Azure/azure-functions-durable-python
Query all instances for Durable Python SDK
Open
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
Assessment
This issue has not been assessed yet.