I need to schedule that job But am not getting how to schedule when i executed its still running on command prompt ...but I need to execute it background like with cron tab what is the interval i have to give I had given continuous loop
Hi,
I have one more design...
-- Schedule a job every day with optimum frequency
-- Once the job is execute, record the timestamp, size of the file you processed
-- At the next execution compare it with your earlier records and if different load it again else end the job...
-- This way you will be able to provide proof for your data update and reading..
Thanks
Vaibhav
you don't have to schedule that Talend job as it's triggered (waiting for an event). or perhaps you want to stop it after some tentatives or for an ending period. Use option in that case.