I got a express + sequelize app that suddenly stops responding
The only way I have is to restart the app. I have tried this but no stacktrace is generated
https://blog.apify.com/how-to-debug-an-infinite-loop-in-node-js-production-code/
What options do I have to figure out whats going on?
Apify Blog
How to debug an infinite loop in Node.js production code
Print the stack trace of an infinite loop in a Node.js application running in a Docker container using GNU debugger (GDB) and Kubernetes.
3 Replies
Solution
tracing, with axiom or grafana
will shreck that
UPDATE: found the issue. was a dependency hell. I upgraded one dependency and that caused an infinite loop. Left a comment to the dev of said dep
marking nyx as solution because its what someone else would need