Introduce connectRetries setting #2124
Closed
Labels
Milestone
Comments
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Sep 20, 2018
Is the interval configurable to a value larger than 1 second? |
@AlexBoothClearswift No. Please file a new feature request detailing your use case in detail and why the current approach doesn't work for you. |
dohrayme
pushed a commit
to dohrayme/flyway
that referenced
this issue
Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See flyway/flyway-docker#2 (comment)
Currently Flyway automatically tries to connect up to 10 times at a 1 second interval. This should be made configurable to deal with a number of use cases including Docker Compose where both the Flyway and the DB container are started at the same time and Flyway must wait for the DB container to come up before being able to migrate the database..
The text was updated successfully, but these errors were encountered: