-
Notifications
You must be signed in to change notification settings - Fork 180
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
Expose verifyReady() method #59
Comments
@cverges-medallia how would this be useful? The normal setup blocks until ready anyway? Could you elucidate your use case? |
I was hoping to block the dependent bean creation on the DB actually being ready to avoid the connection Exception that currently shows while the DB is still initializing. |
We just dealt with the connection exception currrently showing while it was initializing separately and the fix is in 0.11.1 - please try it, and let us know! @cverges-medallia |
OK, then should be good. Thanks! Very cool project. :-) |
To help know when the Postgres instance is ready for use, exposing the verifyReady() method or a similar method as public would be extremely useful.
The text was updated successfully, but these errors were encountered: