Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mkdeiss
Contributor
Contributor

scheduling bi-weekly job in TAC

I am trying to schedule a talend job in TAC using cron trigger to run every other Monday. Has anyone tried to do this and was successful? 

Labels (2)
1 Reply
Anonymous
Not applicable

Hi
Use the CRON trigger and the set the command like
00 19 * * 1, refer to this page
https://stackoverflow.com/questions/31260837/how-to-run-a-cron-job-on-every-monday-wednesday-and-fri...

Regards
Shong