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
Subject says it all. Thanks much! :)
The text was updated successfully, but these errors were encountered:
+1
Even after setting
MONGO_CONNECT_TIMEOUT_MS = 1000 MONGO_SOCKET_TIMEOUT_MS = 1000
PyMongo will still wait default 30 sec until pymongo.errors.ServerSelectionTimeoutError occurs.
pymongo.errors.ServerSelectionTimeoutError
Tested in Flask-PyMongo==0.4.1.
Sorry, something went wrong.
👍
Had the same issue. Hanging the server/worker for 30 seconds on loss of connectivity makes this unusable in production.
Added in #80, will be part of a forthcoming 0.5.0 release.
No branches or pull requests
Subject says it all. Thanks much! :)
The text was updated successfully, but these errors were encountered: