You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, excited to try this out! I already seen 90% reduction in my go CI times! ❤️ ❤️
I took the code and added support for S3 backend (PutObject/GetObject)...
Are you planning to maintain this repo? I can surely share my work and open a PR.
Few notes:
I love the report of hit/miss/error. Reminds me of the good parts of Bazel.
I think I'd prefer to have the concept of local cache and remote cache more structured. Local cache is the disk cache and it's the baseline. Remote cache can be either the http cache, S3 cache or something else. For dev machines in the final report - it'd be interesting to show how many hits were remote and how many were local.
The text was updated successfully, but these errors were encountered:
Hi, excited to try this out! I already seen 90% reduction in my go CI times! ❤️ ❤️
I took the code and added support for S3 backend (PutObject/GetObject)...
Are you planning to maintain this repo? I can surely share my work and open a PR.
Few notes:
The text was updated successfully, but these errors were encountered: