has anyone enabled remote caching ? I’m trying to ...
# development
n
has anyone enabled remote caching ? I’m trying to configure pants over CI and getting:
Failed to write to remote cache (1 occurrences so far): Unimplemented: "Method not found!"
the documentation is very limited in that area.
h
Hello! Yes, several folks are using remote caching. Related: my employer Toolchain offers a remote caching service too that several teams use How are you trying to set it up?
n
1. deployed buildgrid over k8s 2. configured pants.toml:
Copy code
[GLOBAL]
remote_cache_read = true
remote_cache_write = true
remote_store_address = "<grpc://bgd-cache.buildgrid.svc.cluster.local:50053>"
remote_instance_name = "buildgrid"
(we are using pants to build scala). the error is coming from here, but the reason is not clear.
h
Cool.
rg 'Method not found'
comes back empty for me, so I think that error is coming from the server
There's a BuildTeam slack dedicated to the Remote Execution API - want me to invite your email? They might be better able to help
n
sure, thank you 🙂