Mostyn Bramley-Moore

Results 227 comments of Mostyn Bramley-Moore

This feels like a server side detail, which could be mitigated entirely on the cache server side (if it is important).

There are a bunch of different ways you could try to mitigate this, it's hard to suggest a single best solution without knowing your requirements. I would probably start by...

> Also it’s not yet really recommanded to persist the MODULE.bazel.lock so I removed it added it to gitignore Do you have more info about why this is not recommended?...

Hi, I don't have an AWS account to work on this, but PRs are welcome.

> I agree with a part of your request: the client should be allowed to specify multiple equivalent hashes (using different algorithms), and the server should be allowed to pick...

For a large deployment, I would recommend: 1. Configure both clients and server to use zstandard compression. This reduces both network and disk traffic. Use fast storage, SSD-like or better....

It's OK with me to discuss these kinds of setups here, but the bb-deployments repository might be a better place to look for examples. If there is a good example...

> I went through the code and I believe the current state is that bazel-remote with S3 would essentially copy the artifacts from S3 to a local storage, then it...

> I may have some cycles to burn on exploring LRU for the S3 backend sometime in the not to distant future. I think the main issue is the need...