-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gambit is crashing when New Relic is enabled #811
Comments
This TypeError looks like it might be causing the crash -- and has still occurred after deploying 3.4.5. I've disabled New Relic on production and keeping 👀 on the logs... |
Might be related to 1.37.1 upgrade:
Might worth trying to downgrade to 1.37.0 |
We tried pinning to 1.37.0 in 3.4.6 but still got the crash. Have set the |
are you using Node 7.2.2 ? if yes, nodejs/node#11762 there is bug. use another version for now |
I haven't been able to replicate this locally or on staging. Only seems to get triggered when there's a substantial amount of requests. We'll deploy the 6.10.x upgrade next week and can try enabling New Relic again... although getting some load testing in place should help us test theories in other places besides production (#810 , #704) |
Gambit keeps crashing with
at=error code=H10 desc="App crashed"
Let's try turning off New Relic. Here's a stack trace that leads us to think it's worth a shot:
The text was updated successfully, but these errors were encountered: