We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everybody
When the DB server shuts down, then it is turned on. However, Iotagent-ul does not reconnect itself.
The text was updated successfully, but these errors were encountered:
What mongodb options are in your config.js? Did you tried with something like:
mongodb: { host: '127.0.0.1', port: 27017, db: 'iotagent-ul', replicaSet: '', retries: 5, retryTime: 5 },
Retires and retryTime are important to achieve that.
Sorry, something went wrong.
No branches or pull requests
Hi everybody
When the DB server shuts down, then it is turned on.
However, Iotagent-ul does not reconnect itself.
The text was updated successfully, but these errors were encountered: