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

git repo cache to not complete download from git repo every time #16

Open
bradymiller opened this issue Sep 30, 2017 · 1 comment
Open

Comments

@bradymiller
Copy link
Member

Do plan to hopefully attack this issue down the road to improve efficiency (will basically keep a “cache” of repositories that have been used and update that “cache” git repo rather than completely download it, if it exists; being able to use volumes on dockers makes these kinds of things much easier to support). This will involve substantial work for not a huge gain (aws does not charge for this huge amount of incoming data, so it basically just speeds up the time it takes to reset the demos), so it’s a future todo.

@bradymiller
Copy link
Member Author

Also should migrate the initial pull of the demo farm repo (from dockerfile build) to instead using a docker volume (this means would not need to clone this repo every time and instead woudl just need to update the repo on the host).

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