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

[runwhen-local-feedback] git cache needs refreshing for long running instances #385

Open
stewartshea opened this issue Nov 22, 2023 · 0 comments
Assignees

Comments

@stewartshea
Copy link
Contributor

Observation
While we warm up a git cache of codecollection repos to speed up rendering, if the cache exists on first run, whatever is in place gets used. We need to check if there are any updates, otherwise we end up with stale codecollection data.

Possible Suggestions
Simply perform a git pull if the directory exists on warmup. This happens during every render, so it should suffice.

Any other details or context

@stewartshea stewartshea self-assigned this Nov 22, 2023
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