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

(feature) Introduce a jitter on the time to retrieve configuration file #942

Closed
thomaspoignant opened this issue Jul 28, 2023 · 0 comments · Fixed by #943
Closed

(feature) Introduce a jitter on the time to retrieve configuration file #942

thomaspoignant opened this issue Jul 28, 2023 · 0 comments · Fixed by #943
Assignees
Labels
enhancement New feature or request p1 High priority

Comments

@thomaspoignant
Copy link
Owner

Context

As of today when we configure the pollingInterval we have a the same configuration on all our services.
It means that if started at the same time, all services will retrieve the configuration exactly at the same time, which can cause huge traffic in a short period of time.

Requirement

We should add an option in GO Feature Flag to allow to use a jitter to add some randomization in the time to retrieve the files.

When this option is set to true, we accept that the retrieval time will not be exactly the one configured, but it will help to avoid having all services calling the storage of your file at the same time.

@thomaspoignant thomaspoignant added p1 High priority enhancement New feature or request labels Jul 28, 2023
@thomaspoignant thomaspoignant self-assigned this Jul 28, 2023
@kodiakhq kodiakhq bot closed this as completed in #943 Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p1 High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant