Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
97 stars 48 forks source link

Adding retry logic to Azure Function output binding for transient mode #293

Open vicancy opened 12 months ago

vicancy commented 12 months ago

It is possible that REST API calls to Azure SignalR service failed with intermittent 5xx errors, and retry can success. Customers using output binding has no easy way to retry sending by themselves, we could add retry logic into output binding for 5xx errors for better user experience.