Search code examples
job-schedulingautosys

Autosys job suspension for a specific hour in a day


I need to schedule a job in Autosys in such a way that

  • it runs every 20 min everyday
  • it does not run for a specific time (say 01:00 to 02:00) everyday

What is the correct way to schedule this?


Solution

  • Try this....

    date_conditions: 1 days_of_week: all start_mins: 00,20,40 run_window: "02:00-01:00"