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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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