Ulrik Falklöf
Ulrik Falklöf
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...
This is a draft, not ready to be merged. I wait with test cases until getting feedback about the main functionality. Same functionality as in https://github.com/buchgr/bazel-remote/pull/350 - Prometheus counter for...
This is a draft, not ready to be merged. I wait with test cases until getting feedback about the main functionality. Summary of what is added by this commit: -...
Sometimes I would like to change bazel-remote’s configuration. But restarting bazel-remote would interfer with ongoing builds. It would be nice if a configuration file could be re-loaded by a SIGHUP...
Allow configuring the constants in httpproxy.go, from configuration file: ``` const numUploaders = 100 const maxQueuedUploads = 1000000 ``` And specifically allow numUploaders to be set to 0. That would...
We experience bazel-remote crashes when local SSD is overloaded by write operations. It would be preferable if bazel-remote would reject requests instead of crashing. The crash message contains: `runtime: program...
### Description of the feature request: This feature request is primarily about **automatic** deletion of old workspace directories in the output root, which are associated with workspace locations that **no...