JobStepExecutionOptions interface

The execution options of a job step.

Properties

initialRetryIntervalSeconds

Initial delay between retries for job step execution.

maximumRetryIntervalSeconds

The maximum amount of time to wait between retries for job step execution.

retryAttempts

Maximum number of times the job step will be reattempted if the first attempt fails.

retryIntervalBackoffMultiplier

The backoff multiplier for the time between retries.

timeoutSeconds

Execution timeout for the job step.

Property Details

initialRetryIntervalSeconds

Initial delay between retries for job step execution.

initialRetryIntervalSeconds?: number

Property Value

number

maximumRetryIntervalSeconds

The maximum amount of time to wait between retries for job step execution.

maximumRetryIntervalSeconds?: number

Property Value

number

retryAttempts

Maximum number of times the job step will be reattempted if the first attempt fails.

retryAttempts?: number

Property Value

number

retryIntervalBackoffMultiplier

The backoff multiplier for the time between retries.

retryIntervalBackoffMultiplier?: number

Property Value

number

timeoutSeconds

Execution timeout for the job step.

timeoutSeconds?: number

Property Value

number