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
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.