In api/server/index.js file, we have at the end process.exit for any unhandled exceptions.
We have rolled it out to a larger audience (150+ active users). Now we are seeing that lot of places the process gets connectivity issues (mostly with Assistants) and in those cases the server is restarted.
Is it possible that we remove this process.exit from the file to avoid this ? Because the system is not interrupted for users and they still get the response and answers but somehow the restarts are happening too frequent.
More Details
The deployment infra is on GCP
What is the main subject of your question?
No response
Screenshots
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
What is your question?
In api/server/index.js file, we have at the end process.exit for any unhandled exceptions. We have rolled it out to a larger audience (150+ active users). Now we are seeing that lot of places the process gets connectivity issues (mostly with Assistants) and in those cases the server is restarted. Is it possible that we remove this process.exit from the file to avoid this ? Because the system is not interrupted for users and they still get the response and answers but somehow the restarts are happening too frequent.
More Details
The deployment infra is on GCP
What is the main subject of your question?
No response
Screenshots
No response
Code of Conduct