LSB_QUERY_RETRY_INTERVAL_STEP

Syntax

LSB_QUERY_RETRY_INTERVAL_STEP=seconds

Description

Defines how often LSF libraries attempt to contact mbatchd or perform a concurrent jobs query. For each subsequent attempt to contact mbatchd or perform a concurrent jobs query, LSF increases the interval by this amount.

For example, if LSB_QUERY_RETRY_INTERVAL_STEP=2 and the initial attempt fails, LSF makes the first retry attempt two seconds after the initial attempt, and if this attempt failes, LSF makes the second retry four seconds after the last retry attempt, and continues until the attempt succeeds or the LSB_NTRIES value is reached.

Default

1 second