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

feat: provide an Iterator of all active circuits #344

Merged
merged 2 commits into from
Jun 26, 2019

Conversation

lance
Copy link
Member

@lance lance commented Jun 25, 2019

The CircuitBreaker object keeps a Set of instances that have been
created. This change makes a Set Iterator of all circuits that have
not been shutdown().

Fixes: #340

The CircuitBreaker object keeps a Set of instances that have been
created. This change makes a Set Iterator of all circuits that have
not been <code>shutdown()</code>.

Fixes: #340
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>opossum 2.1.0 | Documentation</title>
<title>opossum 2.2.0 | Documentation</title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird that wasn't updated during the npm run release

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should add to CONTRIBUTING.md that before releasing you need to run npm run build:docs - or maybe that should be added as a prerelease task.

@lance lance merged commit 13616b0 into master Jun 26, 2019
@helio-frota helio-frota deleted the 340-circuit-array-cleanup branch July 28, 2020 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Questions on circuit shutdown
3 participants