Open
Description
Hi!
In the durable function documentation there is a line about callbacks in retry policies:
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?