We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polly.Contrib.AzureFunctions.CircuitBreaker is a durable, distributed circuit-breaker, implemented in Azure Entity Functions.
The durable, distributed circuit-breaker can be consumed:
Within an Azure functions app, the circuit-breaker is stateful and consistent across multiple function invocations and scaling of the function app.
In external consumption over https api, the circuit-breaker is statefully consistent to all consumers.
Head over to the Polly.Contrib.AzureFunctions.CircuitBreaker repo.
Open an issue on the Polly.Contrib.AzureFunctions.CircuitBreaker repo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is Polly.Contrib.AzureFunctions.CircuitBreaker?
Polly.Contrib.AzureFunctions.CircuitBreaker is a durable, distributed circuit-breaker, implemented in Azure Entity Functions.
The durable, distributed circuit-breaker can be consumed:
Within an Azure functions app, the circuit-breaker is stateful and consistent across multiple function invocations and scaling of the function app.
In external consumption over https api, the circuit-breaker is statefully consistent to all consumers.
Want to know more?
Head over to the Polly.Contrib.AzureFunctions.CircuitBreaker repo.
Questions? Ideas? Want to contribute?
Open an issue on the Polly.Contrib.AzureFunctions.CircuitBreaker repo.
The text was updated successfully, but these errors were encountered: