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

Configurable Reconciliation Loop Timer #1

Open
celestialorb opened this issue Jun 21, 2022 · 1 comment
Open

Configurable Reconciliation Loop Timer #1

celestialorb opened this issue Jun 21, 2022 · 1 comment

Comments

@celestialorb
Copy link

We should make the sleep timer value in this line configurable if possible. I feel like a five minute reconciliation timer is on the high end. In our use case everytime we touch our EKS cluster we revert the additional security rules that are managed by the CIDR controller and have to wait up to five minutes for the controller to correct it.

sleep(Duration::from_secs(5 * 60)).await;

@aquarhead
Copy link
Contributor

Yeah, I'm worried about AWS rate limit hence the 5min. Also we can always "trigger" it by e.g. run it manually or through pod restart

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