Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Running multiple Jobs at the same time

Hi , i want to run Jobs at the same time , i tried with tRunJob , but i don't know how to make them start in parallel ? Another question is , is it possible to schedule a job to run once a day from 8 to 18h for example ?
Thank you
0683p000009MDoV.png
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

If the 'Multi-thread exectuion' box is checked, the different subjobs in the main job will execute parallel rather than one by one. To capture the job statistics information, you can use tStatCatcher component in each job, there is a field on this component counts the job start date and end date.
Shong

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi
Take a look at this KB article Can I run different subjobs in parallel in a job?
About the job scheduler, there are so many topics about how to schedule a Talend job in forum, you can search them just with the key word 'scheduler'.
Shong
Anonymous
Not applicable
Author

Thank you for the quick reply ; so i followed the link you gave me and i removed the links between these components , but it only launched one job :s !
willm1
Creator
Creator

largouwalid - did you check 'Multi-thread execution' on the Job tab?
Anonymous
Not applicable
Author

Yes i did , by the way , how can i monitor the other jobs (see the logs ) when in multi threading ?
Anonymous
Not applicable
Author

If the 'Multi-thread exectuion' box is checked, the different subjobs in the main job will execute parallel rather than one by one. To capture the job statistics information, you can use tStatCatcher component in each job, there is a field on this component counts the job start date and end date.
Shong