bazel-remote icon indicating copy to clipboard operation
bazel-remote copied to clipboard

A remote cache for Bazel

Results 108 bazel-remote issues
Sort by recently updated
recently updated
newest added

Using UTC as a default timezone gives incorrect time for others. Instead use local timezone. Before: ``` ❯ date Mon Jul 11 10:25:46 IST 2022 ❯ go run main.go --config_file...

Hi! I am currently using command line options to configure things like cache storage size dynamically. I also monitor endpoint metrics, and now I would like to override default duration...

This pull request replaces my previous #350 and #358 PRs (@mostynb: feel free to close them if you want). What do you think @mostynb? If you would like a subset...

When upgrade to the latest version of bazel. Bazel remote seems not to work. Bazel can only put but can not get. When use bazel 5.1.1 bazel remote works again....

We're experiencing severe memory issues w/ the cache since upgrading to v2.3.3 (from v1.1.0). These were asymptomatic for most of January and February, but started causing frequent cache OOMs following...

### Steps to reproduce 1. Set up two `bazel-remote` instances, with one http proxying to the other: **bazel remote 1:** ``` bazel-remote --dir /tmp/bazel_remote_1 ``` **bazel remote 2:** ``` bazel-remote...

Hey, I am fixing our remote bazel cache for our monorepos and I inherited monitoring dashboards which had incorrect way of checking hit/miss ratio: `sum(bazel_remote_disk_cache_hits + bazel_remote_http_cache_hits) / sum(bazel_remote_disk_cache_hits +...

I've got multiple instances of this caching server. On the server that I'm using by default, via HTTPS, uploading one build result usually takes more than 50s for 20MB since...

We are using bazel-remote with a proxy to an s3 bucket that has a 30 day expiration. I believe we've started to encounter a situation where the CI machine's bazel-remote...

Hello, I try to use the remote asset api in order to cache the node dependencies of a test project (in replacement of restoring the yarn cache another way) and...