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

state: use blocking queries to mirror critical Nomad state internally #38

Closed
jrasell opened this issue Mar 24, 2020 · 0 comments · Fixed by #30
Closed

state: use blocking queries to mirror critical Nomad state internally #38

jrasell opened this issue Mar 24, 2020 · 0 comments · Fixed by #30
Assignees

Comments

@jrasell
Copy link
Member

jrasell commented Mar 24, 2020

The number of ad-hoc Nomad API queries in a medium/large Nomad cluster would put a significant amount of pressure on the Nomad API. Thankfully Nomad supports blocking queries to reduce this load pressure. The Autoscaler should therefore use blocking queries on key API integrations, and process data to store internally for fast lookups. This data would all be ephemeral; the Autoscaler can populate all its data upon startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants