You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, until recently, we had no issues with our setup, but suddenly it started crashing a few days ago.
Docker image is based on fedora:36
with node nodejs:16/common installed and using AWS-SDK v3 in node with typescript
Recently we have been experiencing this message randomly but locally and on AWS which requires a full restart of the container not allowing any new function calls after the crash. On local, it happens only when we are connected via a VPN server located in the us-east-2 (Ohio) region. The same issue happens on AWS lambda (same region). When not connected to the VPN the issue never happens.
container-1 | 08 Sep 2022 17:29:01,415 [WARNING] (rapid) First fatal error stored in appctx: Runtime.ExitError
container-1 | 08 Sep 2022 17:29:01,415 [WARNING] (rapid) Process 14(npx) exited: Runtime exited with error: signal: killed
container-1 | END RequestId: b69162dc-da7b-4c3b-8965-2d609f1e2856
Is there any way to get more info on this error to help debug it?
The text was updated successfully, but these errors were encountered:
Hi, until recently, we had no issues with our setup, but suddenly it started crashing a few days ago.
Docker image is based on fedora:36
with node nodejs:16/common installed and using AWS-SDK v3 in node with typescript
Recently we have been experiencing this message randomly but locally and on AWS which requires a full restart of the container not allowing any new function calls after the crash. On local, it happens only when we are connected via a VPN server located in the us-east-2 (Ohio) region. The same issue happens on AWS lambda (same region). When not connected to the VPN the issue never happens.
Is there any way to get more info on this error to help debug it?
The text was updated successfully, but these errors were encountered: