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

Health checks and monitoring instances #4

Open
alanpjohn opened this issue Sep 18, 2023 · 0 comments
Open

Health checks and monitoring instances #4

alanpjohn opened this issue Sep 18, 2023 · 0 comments
Labels
enhancement New feature or request priority: medium

Comments

@alanpjohn
Copy link
Owner

Description

Better use of channels to watch machine events and monitor them. Currently creates a new go-routine for monitoring and healthchecks, which might lead to concurrency and memory issues when dealing with Volatile scaling.

Proposed Solution

Aggregate channels to make a single channel that listens to all events sent by the machineServiceV1alpha.watch

@alanpjohn alanpjohn added enhancement New feature or request priority: medium labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant