Azure / Azure/azure-functions-durable-python

Support having a "handle" field for the RetryOptions object

Aperta
#375 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Enhancement
Lingua principale
Python
Stelle
157
Fork
70
Merge medio
2g 10h
PR unite (30g)
2

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Start by reviewing the RetryOptions API in this Python repository, related issue #329, and the linked .NET RetryOptions documentation. Determine a feasible OOProc-compatible design for a handle callback and define the expected short-circuit behavior; done means the supported approach and scope are agreed.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python
Ambito
backend-api-design
Tipo di issue
Funzionalità
Difficoltà
5/5
Tempo stimato
Più di una settimana
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
30/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.