Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone tell me how can we schedule Talend job through unix crontab and Tivoli both
For eg, i have a job ABC.sh and i want to schedule it in UNIX crontab as below
30 10 * * 1-5 /job_path/ABC.sh
@pushpsourav,check the below link to know about crontab and schedule .sh file in the required scheduling time.
https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800