Yak2p
Yak2p
@alvaroaleman @inteon Hi, I hope you’re doing well! Just a quick reminder to review this pr (#2936) submitted two weeks ago. Your feedback would be greatly appreciated!
> There's also the APIReader which never uses the cache. > > Not sure about adding an option. The problem is it wouldn't make sense for a lot of implementations...
> What is your use-case for wanting this? @alvaroaleman Sorry for the late reply. We deploy our business workloads through a set of pods, with one pod acting as the...
> Can you eloborate on why you can not use the cache there? Mainly because in some scenarios, the data in the cache may have latency and consistency issues, such...
This is because the finalizer `kubernetes.io/pvc-protection` is automatically added when creating the PVC, but there is no controller to handle the finalizer when deleting in the ENVTest environment, so the...
I've encountered the same issue, the method mentioned in this issue regarding tags is very simple and elegant. By synchronously creating the 'tools/setup-envtest/vX.Y.Z' tag, one can easily install it using...
> Hi [@Yesphet](https://github.com/Yesphet), it's set here in the ACI repo: https://github.com/All-Hands-AI/openhands-aci/blob/main/openhands_aci/editor/config.py @ryanhoangt Thank you for the response. I also saw this configuration in the openhands-aci codebase, so I can only...
@ryanhoangt Thanks a lot~ I'll give it a shot.