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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to rerun a failing job automatically?

Hello,

I am new to talend (less than a month) and this is my first question in the forum, i hope can get some help.
I am testing a job that migrate a huge amount of data from an oracle database into salesfroce, the job works fine but sometimes due to some temporary issues with the databases, the job failed.
Is there any way to rerun the job in case of failure automatically after some time (ex: when the connection fails, do a retry 10 minute after) ? i searched the internet  but i did find get any structured solutions, i am really stuck with this problem. 
Is this achievable in talend ? if so, what are the component to use and and in which order  ? 
thank you in advance. 

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
Are you using TAC. In case you are using TAC you can create CRON Trigger which will retrigger the job in case of failure.
Anonymous
Not applicable
Author

thank you for the reply, i did not know what TIC is (I am new to talend). 
Can you elaborate more how to use the CRON script to trigger a job in case of failure  ?