schedulerautosys

is it possible to define Must Start Times for dependent jobs in AutoSys


I'm looking for an option in autosys to send an alert if the dependant jobs don't start within 10 min of the avg run time, for example, the last 30 days. The dependant jobs, do not have a fixed starting condition. They might have run at varying times in the last 30 days based on the completion of starting jobs. Would it be possible in autosys, to dynamically set the must start time for the jobs which don't have starting time rather they are dependant on starting conditions?


Solution

  • I use something like this in my critical jobs. You can try them too, if you want :

    must_start_times: "19:01" 
    days_of_week: mo,tu,we,th,fr,sa,su
    start_times: "19:00"