You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that nodejs server runs in a timeout because the mongodb server is not not seems to be ready fast enough. The rocketchat server does probably not wait long enough to be connected to mongodb. Probably there is a trivial fix in just increasing connection pool timeout values or re-trying forever to get a mongodb connection.
Steps to reproduce:
Stop rocketchat nodejs server and mongodb server
Start rocketchat nodejs server
Wait 10 minutes
Start Mongodb server
Nodejs does not automatically connect to mongodb after mongodb is available
Expected behavior:
Rocketchat should retry forever (ideally with a exponential backoff, limited by 5 minute cycles) to get a mongodb connection.
Server Setup Information:
Version of Rocket.Chat Server: 2.1.1
Operating System: Ubuntu 18.04
Deployment Method: snap
Number of Running Instances: 1
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description:
Trigger a update of the snap package.
It seems that nodejs server runs in a timeout because the mongodb server is not not seems to be ready fast enough. The rocketchat server does probably not wait long enough to be connected to mongodb. Probably there is a trivial fix in just increasing connection pool timeout values or re-trying forever to get a mongodb connection.
Steps to reproduce:
Expected behavior:
Rocketchat should retry forever (ideally with a exponential backoff, limited by 5 minute cycles) to get a mongodb connection.
Server Setup Information:
The text was updated successfully, but these errors were encountered: