Hi everyone,
We currently have GrowthBook self-hosted deployed in our AKS cluster. We're experiencing an unexpected issue where, at random intervals, the API server (running on port 3100 within the pod) stops responding. This, in turn, affects the web service running on port 3000.
This issue occurs consistently across all three versions we have deployed:
1.1.0, 2.1.1, and 3.4.0.
For our database, we are using
MongoDB 6.0.5, deployed with the MongoDB Operator.
Here is the error message that appears when the application fails:
(Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn start
failed with exit code 137).
Has anyone encountered a similar issue? Any recommendations on how to troubleshoot or resolve this? Thanks in advance!