Oleksandr Gornostal

Results 149 comments of Oleksandr Gornostal

@frannav yes, I fixed it. I think by passing `AWS_REGION` env variable to my app container. I also have this in my config: ``` const snsConfig: SNSClientConfig = { region:...

@frannav ah, I remember -- it was an issue related to nestjs dependency injection. I've misconfigured it and it would create an `SNSClient` instance without passing the config object in...

BTW, I don't see a clear correlation with #1067. I only can tell that all containers that have this issue also log SIGSEGV sometimes minutes sometimes hours later.

Actually, [this](https://github.com/DataDog/dd-trace-php/blob/0.49.0/src/DDTrace/Transport/Http.php#L195) is the only place in the code, where curl logging can be set to verbose. I'm trying to imagine a scenario where code can enter that line while...

Hi @labbati I'm looking for some ideas on how find the cause of this issue. Perhaps you or your team have any suggestions. I eliminated three possible scenarios where the...

Thanks for the suggestion @SammyK Unfortunately that didn't help. I set both variables to 0.

Hey @labbati It's a relief to know the issue can be (although not reliably) reproduced in another environment. > how disruptive is this for you? I haven't found any workaround....

@labbati I shared configs privately to your @datadoghq.com email

Ah.. so that was a bug in curl. I haven't thought to check that. Installing a more recent version won't be a problem for us. As for the logs from...

Hi Split tunneling doesn't work for me either. I use this command to configure openvpn: ``` docker run \ -v $OVPN_DATA:/etc/openvpn \ --rm \ kylemanna/openvpn \ ovpn_genconfig \ -N \...