Is there a way that I can set the timout for a rem...
# general
l
Is there a way that I can set the timout for a remote cache write task? I’m getting this error whenever what I’m trying to save to the remote cache is on the larger side (in this case a node_modules folder):
Copy code
16:18:46.03 [DEBUG] waiting for 6 session end task(s) to complete
16:18:49.04 [DEBUG] 1 session end task(s) failed to complete within timeout: remote cache write Digest { hash: Fingerprint<8c7d3c7d867f0731011568b072cb5d999f8e492dd946bdecee1549868d9eb9c3>, s
ize_bytes: 142 }
I tried setting
Copy code
remote_cache_rpc_timeout_millis = 30000
remote_store_rpc_timeout_millis = 30000
Thinking that might have been the issue but it didn’t do anything. Any ideas?
1
l
Of course, don’t know how I missed that! THanks @witty-crayon-22786!