Skip to content

Please make serverSelectionTimeoutMS configurable as well #72

New issue

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

Closed
bjjl opened this issue Mar 28, 2016 · 3 comments
Closed

Please make serverSelectionTimeoutMS configurable as well #72

bjjl opened this issue Mar 28, 2016 · 3 comments

Comments

@bjjl
Copy link

bjjl commented Mar 28, 2016

Subject says it all. Thanks much! :)

@jakubczaplicki
Copy link

+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.

Tested in Flask-PyMongo==0.4.1.

@matt-snider
Copy link

👍

Had the same issue. Hanging the server/worker for 30 seconds on loss of connectivity makes this unusable in production.

@dcrosta
Copy link
Contributor

dcrosta commented May 22, 2017

Added in #80, will be part of a forthcoming 0.5.0 release.

@dcrosta dcrosta closed this as completed May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants