A job flow with repeat execution enabled does not run at the intended time
If the job flow for which repeat execution is enabled does not run at the intended time, check the following.
ジョブフローの前回実行日時から一定時間が経過してない場合
ジョブフローの前回実行日時から一定時間が経過していない場合、もともと予定されていた次回実行日時での実行が延期(スキップ)されることがあります。
The conditions for delaying the next execution date of the job flow are as follows.
- 実行頻度が
1 月
ごとの場合- 前回の実行日時から
15 日
以上経過していない場合、次回実行日時が1ヶ月
延期される
- 前回の実行日時から
- 実行頻度が
1 日
ごとの場合- 前回の実行日時から
12 時間
以上経過していない場合、次回実行日時が24 時間
延期される
- 前回の実行日時から
- 実行頻度が
x 時間
ごとの場合- 前回に実行日時から
x ✕ 10 分
以上経過していない場合、次回実行日時がx 時間
延期される
- 前回に実行日時から
In the "Next run date and time" of the job flow that can be checked from the management screen, the correct next run date and time with the above postponement conditions also displayed.
Updated over 1 year ago