Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ! 🙂
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.