Jesse Bye

Results 93 comments of Jesse Bye

@howardjohn we are on Istio 1.23.2 though, so shouldn't be seeing those errors? Also note it's not a ping timeout, it's broken pipe.

Ok, yes I think these are long running requests timing out because the pod went away or something like that. In which case this is probably not a problem for...

That would be surprising, given it is happening so frequently. I know we have pods going up and down every few minutes maybe, but not 95x per hour 🤔

Has there been any progress here? We've just started testing lambda-controller and this is a dealbreaker. We can't update our functions after the initial creation.

~Does anyone know what the behavior is if using an OCI image? If we use mutable tags and push new versions to the same tag, will invocations of the lambda...

@davidducos Here are the logs from the dump when I run it without `--stream` and use the `-v 4 -L mydumper.log`: Show log ``` 2024-11-21 08:24:40 [INFO] - MyDumper backup...

@davidducos here is the output with `--lock-all-tables` enabled: Show log ``` 2024-11-21 09:20:23 [INFO] - MyDumper backup version: 0.16.9-1 2024-11-21 09:20:23 [INFO] - Using no configuration file 2024-11-21 09:20:23 [INFO]...

@davidducos it looks like the `--stream` combination with `aws s3 cp - ` works fine for us when we run `mydumper` on an amd64 box. However, running locally on my...

@codfish no worries! please check out #210

@denis256 tried to do that, but because we have to interrupt the `terragrunt` command it doesn't seem to generate any debug output file: ``` 2024-08-01T17:21:16.3341976Z ##[group]Run terragrunt render-json --terragrunt-debug 2024-08-01T17:21:16.3342644Z...