3 つの子ジョブを持つ autosys box ジョブ auto_task_box があります
: auto_task1_wd - runs in every 5 mins monday to friday
: auto_task2_dly - runs on 02:00 on every day
: auto_task3_sa - runs at 03:00 on every saturday
問題は、スケジューリングが auto_task1_wd の最初の実行の後であり、ボックスが auto_task2_dly および auto_task3_sa の完了を待機するため、5 分後に auto_task1_wd の次の反復が発生しないことです。
この問題にどのように対処しますか?
Linuxでautosys R11を使用しています。