Azure / Azure/azure-functions-durable-python
Query all instances for Durable Python SDK
未关闭
Enhancement
fixed-in-v2
P1
- 主要语言
- Python
- 星标
- 157
- 派生
- 70
- 平均合并
- 2 天 10 小时
- 30 天内合并 PR
- 2
描述
💡 **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.
贡献指南
调研方向
从链接的 Durable Functions 实例管理文档开始,将 Python SDK 的行为与 .NET APIs 中所述的分页支持进行比较。跟踪用于查询实例的 Python SDK 入口点,并确定默认限制是如何应用的;当 Python 调用方可以对结果进行分页,并查询超过 100 个的所有实例时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 64/100