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

Rebuilds caching improvements #1147

Merged
merged 6 commits into from
Apr 15, 2020

Conversation

rogermparent
Copy link
Contributor

This PR-for-a-PR does a few things for this branch

  • Fixes a breaking issue where path.join was being called with path
  • Runs S3 downloads and uploads in parallel
  • Changes some grammar in the console logs to read more smoothly (I'm open to reverting this if I'm misunderstanding)

This way the code doesn't depend on the source file's relative directory.
I'm not sure if there's any rate limits in the stack that will cause this to break, but on first blush this looks like a quick and easy improvement.

The cached folders are also now accessed by a shared array that is hard-coded for now. This both makes them easier to work with uniformly and open to sourcing directories from elsewhere in the future.
@shcheklein shcheklein merged commit 3a20681 into iterative:rebuilds-caching Apr 15, 2020
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

Successfully merging this pull request may close these issues.

2 participants