autosys file watcher trigger dependency job

 insert_job: FWname job_type: f
machine: Vxxx

owner: xxx
permission: gx,ge,wx,we,mx,me
date_conditions: 1
days_of_week: mo,tu,we,th,fr
start_times: "4:30"
description: "Watching for Cortland Upload file"
term_run_time: 120 
watch_file: $FEEDDIR/trustee/cortland/cortTRS_dailyposition_`date +%Y%m%d`.txt
watch_file_min_size: 50
watch_interval: 60
alarm_if_fail: 1
profile: /export/opt/xxx/rel_ver/scripts/envForAutosys.sh

 

 

 insert_job:jobname job_type: c
command: /export/opt/xxx/rel_ver/scripts/FileUpload.sh  "uat" /export/opt/xxx/rel_ver trusteeCortlandFileLoader
machine: Vxxx

owner: xxx
permission: gx,ge,wx,we,mx,me
condition: s(xxx_CortlandUpload_FW)
date_conditions: 1
days_of_week: mo,tu,we,th,fr
start_times: "05:30"
description: "TrusteeCortlandFile Upload"
std_out_file: /export/opt/xxx/rel_ver/log/autosyslog/CortlandUpload.out.`date +%Y%m%d`
std_err_file: /export/opt/xxx/rel_ver/log/autosyslog/CortlandUpload.err.`date +%Y%m%d`
max_run_alarm:10
alarm_if_fail: 1

 

 

when the feed came, it wounld trigger the dependency job, it wait until the job start time.

 

if we mark the file watcher as succee, it will start dependency job immediatly

你可能感兴趣的:(c,Date,File,upload,command,insert)