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

Reduce poll interval for remote config scenarios when it make a big difference #2859

Open
cbeauchesne opened this issue Aug 7, 2024 · 0 comments

Comments

@cbeauchesne
Copy link
Collaborator

Following #2848, some time optimization could be made on remote config scenarios , by reducing DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS (default value is 5s)

  • remote_config_mocked_backend_asm_features
  • remote_config_mocked_backend_live_debugging
  • remote_config_mocked_backend_asm_dd
  • remote_config_mocked_backend_asm_features_nocache
  • remote_config_mocked_backend_live_debugging_nocache
  • remote_config_mocked_backend_asm_dd_nocache

Though, those optimization must be done if and only if it's worthy, as it modifies the behavior of the lib. So, for each of those scenario, we need to get the time we gain, and discuss about the threshold where we accept the change.

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

1 participant