Skip to content
New issue

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

Announcing Polly.Contrib.AzureFunctions.CircuitBreaker - a durable, distributed circuit-breaker #687

Closed
reisenberger opened this issue Sep 10, 2019 · 0 comments

Comments

@reisenberger
Copy link
Member

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
  • from anywhere, over an https api.

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.

@App-vNext App-vNext locked and limited conversation to collaborators Sep 10, 2019
@reisenberger reisenberger pinned this issue Sep 10, 2019
@SimonCropp SimonCropp unpinned this issue Jul 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants