Connect Retries Interval

Description

The maximum time between retries when attempting to connect to the database in seconds. This will cap the interval between connect retries to the value provided.

Default

120

Usage

Command line

./migratedb -connectRetriesInterval=60 info

Configuration File

migratedb.connectRetriesInterval=60

Environment Variable

MIGRATEDB_CONNECT_RETRIES_INTERVAL=60

API

MigrateDb.configure()
    .connectRetriesInterval(60)
    .load()