Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ThomasLetellier
Contributor
Contributor

Timeout joblet and parallelization

Hello,

I'm working on a Talend job that freeze from time to time (completly randomly)  and 

never stops. To fix that, I developped a joblet that make a timeout (thanks to a tDie) after a specific duration (You can see the screen below). 0683p000009MaMU.png

 

I'm using the tParallelize component to launch the joblet and my job at the same time, when my job freeze the joblet is correctly stopping the all process but when the job is ok (I mean when the job is done) the joblet continue untill the  specific duration is reach.

 

Is there a way to terminate the all process when my main job is done ? I don't want to

wait for the end of my joblet execution (maybe the tParallelize is not the best option but I don t know how to do that).

 

Thanks for your help,

 

Thomas

 

 

Labels (2)
0 Replies