[resolved] How to kill endless runnign job in task execution
Hi,
We have jobs running every single minute on the job conductor (4.1.2) On the task execution monitoring some execution are hanging with the "Running" status and never ends. The job runs normally in 35 seconds.
Is there a way to delete or kill a job execution?
thanks
Hi
every minutes or every second? You have to restart Tomcat server if the 'running' status hang and never ends, there is a best workaround for fireing the job run every second, to create a Job which has an infinite loop to check/do the needed operations.
Best regards
Shong
Hi
every minutes or every second? You have to restart Tomcat server if the 'running' status hang and never ends, there is a best workaround for fireing the job run every second, to create a Job which has an infinite loop to check/do the needed operations.
Best regards
Shong