Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2025 02:02 AM
Hello everyone,
I am working on a databricks app project. IT's a chatbot on a monorepo wih a frontend built with next.js and a fastapi backend.
Sometimes the app crashes unexpectedly. In the logs i see these messages :
-> sending sigterms to other processes
npm run start:api exited with code 137
Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons) at TCP.callback...
Failed to proxy http://localhost.... ERROR: read ECONNRESET
Killed
Any ideas ? I know the project setup is not ideal but i still don't get why the sudden crashes happen.
Thank you.