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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jerownimow
Contributor III
Contributor III

Error Handling: How to make the main job continue even the child job has errors

I have this Job that is sourcing from ActiveMQ. For the tMom* components I enabled the "Keep Listening" function so it should always be alive and continue processing whether there has a message queued or none. 
The problem is, I have a child job after the MQ pipeline and it sometimes encounter data issue and causing the whole flow to stop. I can just disable the "Die on error" features on the child job but I am looking in other different ways.
Now, what I want is the main job (MQ) is continuously running whether the child job has errors or none.

Here's the picture of the job. Please let me know your thoughts. Thank you.
0683p000009M8Kh.png

Labels (1)
  • v7.x

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi
I think the 'Die on error' feature can fit your need, this option enables the main job continue to run whether the child job has errors or not, do you have any concerns?

Regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi
I think the 'Die on error' feature can fit your need, this option enables the main job continue to run whether the child job has errors or not, do you have any concerns?

Regards
Shong
jerownimow
Contributor III
Contributor III
Author

Thanks @shong . Will try this.