Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hai,
i created the talend job, but i don't know how to schedule each job should be executed at particular time?
please help me
Hello.
I have a Talend 5.3.1 Enterprise.
Currently I have about 200 jobs that execute end to end... IE: Job1 -->on ok --> job2 --> on ok...etc.
Several jobs can be executed in parallel, with different downstream dependency. I understand I can achieve parallelism using tParallel or other components.
I have built something similar to the attached image. Where Job3 and Job4 run in parallel. Upon completion of 3, job 5 starts processing, job 6 waiting for the completion of job4.
The problem is restart ability, and failure points.
If job4 fails, it stops the Job3/5/6 processing wherever it is. If I set the Tparallel to allow fail, it will launch job6 even if job4 failed.
Secondly, I tried to use fail points(recovery points) with the TAC. It seems that those failure points only work if I have end to end executions lined out. A tParallel seems to prevent them from working.
I feel like I am missing something obvious. Is third party tooling my only choice?