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

Informers are resynchronized simultaneously #222

Closed
diafour opened this issue Dec 8, 2020 · 0 comments · Fixed by #226
Closed

Informers are resynchronized simultaneously #222

diafour opened this issue Dec 8, 2020 · 0 comments · Fixed by #226
Labels
bug Something isn't working
Milestone

Comments

@diafour
Copy link
Contributor

diafour commented Dec 8, 2020

All Informers are started almost simultaneously with this option:

// define resyncPeriod for informer
resyncPeriod := time.Duration(2) * time.Hour

This leads to multiple libjq calls every 2 hours:

image (7)

Randomization should be added to prevent simultaneous resynchronization.

@diafour diafour added the bug Something isn't working label Dec 8, 2020
@diafour diafour added this to the 1.0.0-rc.1 milestone Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant