Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone!
I am working on a relatively complicated Job in which I have a big Main Job which has 5 subjobs; 2 out of these 5 are running in parallel. The flow is basically the following:
Sub Job 1 & 2 run at the same time then
1 (60mins) ==> 3 (2mins) ==> 5 (2mins)
2 (55mins)==> 4 (15mins)
Now my question is, we have two dashboards one reads from the output of 5 and other one reads from output of 4; what I would like to do is the following:
run subjobs (3 and 5) every 5mins and run Subjob 1 every 60mins.
Your help is really appreciated!
Hi,
I would suggest you to create the schedule accordingly in TAC (or TMC if you are using Talend Cloud) rather than doing it programmatic manner. If you are tryign to run the job in programmatic manner, the issue is that the system resources will get locked completely and there is no periodic release of resources which is necessary for overall server health.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂