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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
SSharma1993
Contributor
Contributor

TMC Job scheduling between particular time window

Hi,

I want to schedule my TMC task between a particular time window every 10 mins on each day (Mon-Sat).

Please let me know if it is possible in Talend Management Console.

For e.g.

TMC task Name: ABC_Regular_load

Run frequency: every 10 mins on Monday to Saturday between 9 AM to 5 PM EST.

Regards,

Shivam

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

@Shivam Sharma​ add a Cron type trigger, eg:

 

0695b00000ddoZKAAY.png0695b00000ddRTxAAM.pngAbout Cron trigger, please read this documentation page.

https://help.talend.com/r/en-US/Cloud/management-console-user-guide/configuring-cron-trigger?tocId=y...

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

@Shivam Sharma​ add a Cron type trigger, eg:

 

0695b00000ddoZKAAY.png0695b00000ddRTxAAM.pngAbout Cron trigger, please read this documentation page.

https://help.talend.com/r/en-US/Cloud/management-console-user-guide/configuring-cron-trigger?tocId=y...

 

Regards

Shong

SSharma1993
Contributor
Contributor
Author

Thankyou Shong!

I will check this out and implement.