Replies: 1 comment
-
Play 2.3.9 is not supported anymore. I don't think we can help you...
which are set here: https://github.com/playframework/playframework/blob/2.3.9/framework/src/play-jdbc/src/main/scala/play/api/db/DB.scala#L383-L384 But I somehow doubt this will help. Good luck. And time to upgrade to the latest Play releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an app written in playframework 2.3.9 and it is using bonecp as the jdbc pool. During the startup, if the database is not available, the app will exit without any retry. I checked the bonecp source codes and it specified no retry at initial connection. I want to ask if there is any way/configuration to retry the database initial connection from the playframe side? Thanks
Beta Was this translation helpful? Give feedback.
All reactions