I have an application that can restart frequently due to various reasons. Does that impact the MongoDB cluster if the application fails to close the database connection upon exiting each time?
If your app is shut down cleanly, no problem. Otherwise you have to rely on connection idle timeout.
1 Like