Azure / Azure/azure-functions-durable-python

Support having a "handle" field for the RetryOptions object

オープン
#375 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
Enhancement
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。