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

util/watch: Add relist rate limiting #736

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sharnoff
Copy link
Member

This will be required for the autoscaler-agent as we try to use the VM spec as a source of truth (ref #350); we need relist rate limiting because we need relists in order to make a consistent read of the source of truth.

(For the scheduler, we're mostly fine without this - in practice, rate of relists is quite low.)

Like #727, marked as draft until there's a PR that actually uses it.

Also haven't tested this; need to do so before merging — some kind of ad-hoc testing like what was used for #667 should suffice.

For the scheduler, we're mostly fine without this (in practice, rate of
relists is quite low).
This *will* be required for the autoscaler-agent as we try to use the VM
spec as a source of truth; we need relist rate limiting because we need
relists in order to make a consistent read of the source of truth.
@Omrigan
Copy link
Contributor

Omrigan commented Jun 21, 2024

@sharnoff to check if this is still needed

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 this pull request may close these issues.

2 participants