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

Load segments out of locally cached files rather than over the network #11729

Open
jaredlockhart opened this issue Nov 8, 2024 · 0 comments
Open

Comments

@jaredlockhart
Copy link
Collaborator

jaredlockhart commented Nov 8, 2024

We recently changed our segment loading/parsing to use metric_config_parser which removes the burden of complex data definitions and validations in Experimenter, but it also introduces fetching from remote Github repos which adds potentially time consuming and/or error prone network calls to the initialization of the Python request process. Since we're already fetching and storing the segment config files from metric hub in the Experimenter repo, let's try using metric_config_parser to load those files locally to prevent network calls from taking place at process startup.

44bc841#diff-4c1722c291a9894c49eb93e4d38c83e2f9ba2384f558532d078152dd83c76d85R38

┆Issue is synchronized with this Jira Task

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