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

Refactor health checks from pull to push system #565

Open
basmasking opened this issue Nov 1, 2024 · 0 comments
Open

Refactor health checks from pull to push system #565

basmasking opened this issue Nov 1, 2024 · 0 comments
Labels
feature New feature or request

Comments

@basmasking
Copy link
Member

Currently the gateway is responsible for collecting all health data from all registered workers. This pull mechanism works for small setups, but it is harder to scale. To support larger clusters, we need to change the health checks to a push mechanism, where each worker will tell the gateway its health.

@basmasking basmasking added the feature New feature or request label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant