Azure / Azure/azure-functions-durable-python
Support having a "handle" field for the RetryOptions object
- 主要言語
- Python
- スター
- 157
- フォーク
- 70
- 平均マージ
- 2日 10時間
- マージ済み PR(30日)
- 2
説明
Related - https://github.com/Azure/azure-functions-durable-js/issues/329
In retriable DF APIs, dotnet users can add a "handle" field to their "RetryOptions" object. This allows them to provide custom logic to determine whether or not to shortcircuit a retriable operation such that the task is no longer attempted. This is difficult to do in the OOProc model, but we should investigate how to enable it.
Some of the relevant dotnet documentation is here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.retryoptions?view=azure-dotnet
コントリビューションガイド
調査の方向性
まず、この Python リポジトリの RetryOptions API、関連する issue #329、およびリンクされている .NET RetryOptions のドキュメントを確認します。handle callback の OOProc 互換な実現可能な設計を決定し、期待されるショートサーキット動作を定義します。サポートするアプローチとスコープについて合意できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend-api-design
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100