dev,bazel: check if the cache process is running #76527
Labels
A-build-system
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-dev-inf
Describe the problem
We recently rolled out
dev cache
to set up a locally running instance ofbazel-remote
. We also check whether the cache is up and running as part ofdev doctor
. Post reboot however, if running anybazel
/dev
commands, you'll observer the following warnings:Expected behavior
Probably we should do a cheap check for the cache process, to see if it's running, and maybe kicking it if it isn't. At the very least suggest a manual
dev {setup,cache,doctor}
.Epic CRDB-8036
Jira issue: CRDB-13170
The text was updated successfully, but these errors were encountered: