Skip to content
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

Closed
cverges-medallia opened this issue Dec 28, 2017 · 4 comments
Closed

Expose verifyReady() method #59

cverges-medallia opened this issue Dec 28, 2017 · 4 comments

Comments

@cverges-medallia
Copy link

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.

@mikebell90
Copy link
Contributor

@cverges-medallia how would this be useful? The normal setup blocks until ready anyway? Could you elucidate your use case?

@cverges-medallia
Copy link
Author

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.

@mikebell90
Copy link
Contributor

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

@cverges-medallia
Copy link
Author

OK, then should be good. Thanks! Very cool project. :-)

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

2 participants