autosys - Scheduling a job or box based on a recurring external event -


We need to start a processing pipeline, whenever an external event (say, "update" notification) More often happens one day.

For the estimated or fixed number of events, we can set the trigger or watch jobs to capture the event and can use them to kick the box dependent on processing jobs. But what if the event can happen in a variable number of days? In fact, we need to automatically trigger the trigger / watch job every time dependent processing, and thus the next time the external event occurs then it remains ready.

Can it be done in Autosys? The 'continuous' attribute does not appear to be useful on file trigger work: it only writes alerts to the scheduler log when we would like to introduce it to a dependent box.

A simple loop will probably suffice

insert_job: flag-file-watcher < / P>

insert_job: flag-reset status: s (flag-file-viewer)

insert_job: main process status: s (flag-reset)

update_job: Flag-file-viewer status: S (main process)

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -