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

Configurable Timer needed to close idle circuits #1496

Closed
mikegorman-nf opened this issue Nov 3, 2023 · 1 comment · Fixed by #1568
Closed

Configurable Timer needed to close idle circuits #1496

mikegorman-nf opened this issue Nov 3, 2023 · 1 comment · Fixed by #1568
Assignees
Labels
fabric Issue is related to fabric level functionality

Comments

@mikegorman-nf
Copy link
Member

Circuits are marked idle after 60s but there is no system to close them. "Abandoned" circuits can be idle indefinitely, logging warnings and taking some small amount of resources per circuit. Having a timer available to close those would be nice to keep the environment cleaner. Having it configurable with a long default (24H?) should protect long-running connections and allow for specific use case configuration.

@plorenz
Copy link
Member

plorenz commented Dec 1, 2023

Plan is to address this with a per-service configuration value, defined on the service entity. The default value of 0 will mean no maximum timeout.

@plorenz plorenz self-assigned this Dec 1, 2023
@plorenz plorenz added the fabric Issue is related to fabric level functionality label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fabric Issue is related to fabric level functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants