Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to schedule my job every other friday in given month, How can I do it using TAC?
here is the reference doc I see from cron triggger but I wasn't able find any option that allow me to schedule job bi-weekly or every alternate friday of the month.
https://help.talend.com/reader/uwwCVAHxWDS6l5fZQ~lVYA/2UkJS_8idEtiyPRGYotD5g?section=Raa23257
we are using 6.4 enterprise version.
Hello,
You want to schedule one execution of a task every two weeks?
So far, there are three available triggers in TAC:
Time-based triggers (SimpleTrigger)
Periodic multi-platform CRON-like triggers (CronUITrigger)
File-based triggers (FileTrigger):
With CRON-like triggers, you have to select the hour and date items at which you want the task to be executed. Is the field 'Days of week' Ok with your case?
Best regards
Sabrina
Day of the week would allow to me to run my job once every week, I need to schedule job once every 2 week. How do I do that, I looked at CRON trigger & was not able find that option.