Azure / Azure/azure-functions-durable-python
User-defined function for handling retries
Open
Enhancement
P3
- Dominant language
- Python
- Stars
- 157
- Forks
- 70
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Hi!
In the durable function documentation there is a line about callbacks in retry policies:
https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-error-handling?tabs=python
>Handle: A user-defined callback can be specified to determine whether a function should be retried.
Looking through the code and documentation I can't find any examples of how this works. Is this supported in python durable functions? If so, how?
Contributor guide
Assessment
This issue has not been assessed yet.