Azure / azure-functions-dapr-extension

Extension for interacting with Dapr APIs from an Azure Function
MIT License
100 stars 34 forks source link

Adding exception handling #105

Closed ASHIQUEMD closed 1 year ago

ASHIQUEMD commented 1 year ago

Added exception handling to various methods in the Dapr extension, including the ability to handle and log exceptions that may occur during the startup process, state management, and function invocation. Also added the ability to gracefully handle OperationCanceledException and avoid retrying Azure Functions on certain types of exceptions.