次の方法で共有


JobStepExecutionOptions interface

ジョブ ステップの実行オプション。

プロパティ

initialRetryIntervalSeconds

ジョブ ステップの実行の再試行間の初期遅延。

maximumRetryIntervalSeconds

ジョブ ステップの実行の再試行の間に待機する最大時間。

retryAttempts

最初の試行が失敗した場合にジョブ ステップが再試行される最大回数。

retryIntervalBackoffMultiplier

再試行間のバックオフ乗数。

timeoutSeconds

ジョブ ステップの実行タイムアウト。

プロパティの詳細

initialRetryIntervalSeconds

ジョブ ステップの実行の再試行間の初期遅延。

initialRetryIntervalSeconds?: number

プロパティ値

number

maximumRetryIntervalSeconds

ジョブ ステップの実行の再試行の間に待機する最大時間。

maximumRetryIntervalSeconds?: number

プロパティ値

number

retryAttempts

最初の試行が失敗した場合にジョブ ステップが再試行される最大回数。

retryAttempts?: number

プロパティ値

number

retryIntervalBackoffMultiplier

再試行間のバックオフ乗数。

retryIntervalBackoffMultiplier?: number

プロパティ値

number

timeoutSeconds

ジョブ ステップの実行タイムアウト。

timeoutSeconds?: number

プロパティ値

number