Skip to content

Connection Retry Count

Key: qie.dbConnection.getConnectionRetryCount

Env Var: QIE_DBCONNECTION_GETCONNECTIONRETRYCOUNT

Default: 1

Scope: Global

Description: The number of attempts that will be made to open a new JDBC connection pool to a database before throwing the exceptions.

Examples

Env Var

QIE_DBCONNECTION_GETCONNECTIONRETRYCOUNT=3

Java Option

-Dqie.dbConnection.getConnectionRetryCount=3

YAML

QIE_DBCONNECTION_GETCONNECTIONRETRYCOUNT: 3