bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Wait for mongodb to start accepting TCP connections (for 5s at most) before trying to connect to it #197

Closed jawher closed 9 years ago

jawher commented 9 years ago

This is done server-side and not in the CLI (as suggested by the linked issue), this way this safeguard works regardless of how the server is started.

Fixes #171