Package version:

Interface JobStepExecutionOptions

The execution options of a job step.

Hierarchy

  • JobStepExecutionOptions

Properties

initialRetryIntervalSeconds?: number

Initial delay between retries for job step execution.

maximumRetryIntervalSeconds?: number

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

retryAttempts?: number

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

retryIntervalBackoffMultiplier?: number

The backoff multiplier for the time between retries.

timeoutSeconds?: number

Execution timeout for the job step.

Generated using TypeDoc