跳过自动执行作业

时间:2018-04-11 11:33:10

标签: job-scheduling autosys jil

我想在某个时间范围内开始工作。如果在指定时间之前未满足起始条件,则作业应跳过当天的执行。应该在第二天运行asusual。请帮忙。

1 个答案:

答案 0 :(得分:0)

我会使用时间窗口:

insert_job: job_name
machine: machine
owner: owner@us
date_conditions: 1
days_of_week: mo,tu,we,th,fr
exclude_calendar: s_holidays
start_times: "20:00"
run_window: "20:00-07:00"