Dmitriy Shirchenko
Dmitriy Shirchenko
thanks! yeah, this worked and fixed #975. since our deployment system is locked down till early january, i need to wait to deploy it there to test this out.
Add configuration to buildfarm server and worker that does not restart them if cant connect to Redis
Are you suggesting to manually spin up an EC2 server, then pull the specific container with correct settings and then debug? I think thats a lot of manual labor in...
Done in #1193
I was thinking that we would limit just on the digest's size with values read from configuration. ``` --- a/src/main/java/build/buildfarm/cas/cfc/CASFileCache.java +++ b/src/main/java/build/buildfarm/cas/cfc/CASFileCache.java @@ -790,7 +790,11 @@ public abstract class CASFileCache...
> Your suggested change limits by hard coded action mnemonics. What does that have anything to do with 'size'? Good question. From my prototype snippet above, I'm proposing allowing some...