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

Pods/binding warning due to latency #9

Open
torgeirl opened this issue Nov 21, 2020 · 0 comments
Open

Pods/binding warning due to latency #9

torgeirl opened this issue Nov 21, 2020 · 0 comments

Comments

@torgeirl
Copy link
Owner

There is a problem with the latency of scheduling a pod, or to be specific: the time from schedule() applies the bindings to when event['object'].status.phase stops being Pending. Current workaround is to prevent a scheduling event to be added to consecutive batches:

if (...) not event['object'].metadata.name in previous:

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

No branches or pull requests

1 participant