JobStepExecutionOptions interface
The execution options of a job step.
Properties
initial |
Initial delay between retries for job step execution. |
maximum |
The maximum amount of time to wait between retries for job step execution. |
retry |
Maximum number of times the job step will be reattempted if the first attempt fails. |
retry |
The backoff multiplier for the time between retries. |
timeout |
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