Connect Retries

Description

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.

Default

0

Usage

Configuration File

migratedb.connectRetries=10

API

MigrateDb.configure()
    .connectRetries(10)
    .load()