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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to monitor long running job in talend

Is there any way in Talend by which it can be monitored and stastics can be captured for below scenarios-
1) If a job is hanging for long or is stuck but still it is showing in running state.
2) If a job is trying to perform any operation like write to any file/database object but it is taking too long time than expected.
Our requirement is to notify in case any job is running too long than expected.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

You can switch on statistics and write them to a file, for example.
You can then monitor these files, to see what's going on, depending on your requirements.
Provided that your Job is updating these during normal operation, it should be easy to detect a 'hung' Job.
I have written a Talend Job that monitors the log files of other Jobs, to detect if they're showing activity. It works well.