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

Make watch back off from 5 second checking #75

Open
kemp-google opened this issue Aug 27, 2018 · 0 comments
Open

Make watch back off from 5 second checking #75

kemp-google opened this issue Aug 27, 2018 · 0 comments
Assignees

Comments

@kemp-google
Copy link

kemp-google commented Aug 27, 2018

Right now the pipelines too just polls for operation status every 5 seconds. This sort of interval doesn't really make sense for long running operations. We should have a scheme that backs off pretty quickly after events and resets the delay each time there is an event (so that events that finish quickly get noticed quickly).

For example, the initial state would be every 5 seconds with an exponential back off (up to, say 1 minute), then each event would restart the backoff progression.

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

No branches or pull requests

2 participants