Azure / Azure/azure-functions-durable-python
Query all instances for Durable Python SDK
- 主要言語
- Python
- スター
- 157
- フォーク
- 70
- 平均マージ
- 2日 10時間
- マージ済み PR(30日)
- 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