jil - Difference between ON ICE and ON HOLD jobs in Autosys -
what difference of putting job on hold , putting on ice?
there 2 notable differences between on hold , on ice jobs, dictate when use them. when on_hold job put off hold, runs, if it's starting conditions satisfied, while on ice job not run, after putting off ice, if it's starting conditions met. run, when it's starting condition reoccur. example, if have job starts java services @ 3.00 a.m., on_hold, run make off_hold , starting condition met, while in case of on ice, run on next day. critical difference between on_ice , on_hold comes in terms of dependent jobs. dependent jobs of on_ice job execute though on_ice job succeeded while dependent jobs of on_hold job not run until job put on off hold. important difference between them. in case of box jobs, suppose have 4 jobs inside box jobs, , 3rd job depends upon success of 2nd job, put on ice, when box job started, both first job , 3rd job start because on ice makes dependent job run immediately.
summary:
1 dependent jobs of on_hold doesn't run, dependent jobs of on_ice runs succeeded.
2 on_ice job doesn't run, when puts off ice , starting condition met while on_hold jobs run when put off hold , it's starting conditions met.
3 dependent jobs of on_ice jobs, inside box job, run once box job started.
Comments
Post a Comment