-
Notifications
You must be signed in to change notification settings - Fork 34
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
Node process crashes (question) #102
Comments
node v10.20.1
|
Here are some additional conclusions from my recent tests. At certain point in my app, there was a query that was generating a SQL error (for example Invalid FK). What I expect, is an error to be thrown but the process would stay alive. Here's the test results: |
I came up with a similar error in version 0.1.3 although it happens less often than with version 0.1.4. In my last crash I was running some stress testing on my http server with autocannon. The latest error I had: Full crash log available here : https://paste.itefix.net/?b71e7c351d5531ae#5K6t2PSffFwfAan996SX1AADEkPiwRnDwe8nXCSi9iGX |
Hello @xdenser.
I hope you are doing well.
Recently I started noticing mysterious process crashes on my app (in 1 hour i had 2/3 process crashes). Do you think this might be related with this lib?
Normally, when the crash takes place, only db operations are taking place but attempting to reproduce the same steps that were taking place before the process crash doesn't necessary lead us to reproduce the error.
As far as I know it, it seems completely random.
Hope you can point em in the right direction.
Thank you
The text was updated successfully, but these errors were encountered: