The maximum number of retries when attempting to connect to the database. After each failed attempt, MigrateDB will wait 1 second before attempting to connect again, up to the maximum number of times specified by connectRetries. The interval between retries doubles with each subsequent attempt.
0
migratedb.connectRetries=10
MigrateDb.configure()
.connectRetries(10)
.load()