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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Job trigger action every day on a specific time

Hello,
I need to create a Talend job that will execute some action every day at 12 a.m. (for example). This mean I need to run the job once from the server and it will ensure the action I want will be executed everyday at the same time.
Is there any good variant for this?
The one I think about so far is:
tJava (check current time and Thread.sleep() till it's 12 am) -> tInfiniteLoop (with wait at each iteration time = 24h) -> perform action
Is there any better way to do this? Perhaps some component define execution time before the loop?
Thanks
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello,
Our commercial version (Talend Integration Suite) offers a job scheduler that will allow you to execute jobs on a remote server, based on a trigger that you can define, ie. Define it to run every day at 12am.
janhess
Creator II
Creator II

cron on unix or windows task scheduler?