stop a background job from running
How can I stop a background job from running endlessly. I started a data profiling job and it is not connecting successfully to the source (probably a permission issue on the account), though it completes the synchronization step successfully. I need to stop the job from continuing to run without progressing.
i.e./ 2023-08-15 16:00:49.346 [pool-25-thread-1] INFO c.c.c.d.j.DatabaseJobAdapterService - updateProgress:
Database Profiling for ‘CData’ is running., currentProgress=0.0, newProgress=0.0, effectiveNewProgress=0.0
This a line from the dgc.log after 4 hours of running.
Jim Pine
Posted 2 years ago · Edited 1 year ago
0 comments