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: 
Alpha549
Creator II
Creator II

tRunJob : why use use an independent process to run subjob?

Hello everyone,

I would like to know some use cases of the option "use an independent process to run subjob" of the tRunJob component ?

I know that I can prevent my master job to stop if my child job fails, unchecking die on child error checkbox.

Thank you for your light ! 🙂

Labels (2)
1 Reply
Anonymous
Not applicable

This essentially runs the jobs in a different JVMs. There will be a JVM for the main job that holds the tRunJob component and a JVM for each of the tRunJobs that are running. So, you could (if you needed) have different JVM parameters specified for each of the child jobs you are running.