How to kill a job
Hi team,
We are using jobserver to load metadata from database to collibra. Sometimes the job is taking too long, more than 3 hrs etc. How to kill such jobs. I have a schema and I am refreshing it. Please tell me how can I kill it.
gunasekharareddy_kaluva
Posted 5 years ago · Edited 1 year ago·Last reply 5 years ago
3 comments
Former User
·5 years ago · EditedHi @gunasekharreddy.kaluva.non.se.com – I would also recommend reaching out to Collibra’s Support Team. They may be able to assist or provide some technical guidance. You can submit a request here: https://support.collibra.com/hc/en-us/requests/new. Hope that helps! --Bridget
gunasekharareddy_kaluva
OP5 years ago · EditedHi Boris,
Thank you for your reply, somehow the api didn’t work for me, for now I have restarted the instance.
Regards,
Guna
borisahodikpe
·5 years ago · EditedHi Gunasekhar,
You can retrieve the job Id from dgc log and kill it using the operation [/jobs/{jobId}/canceled] from your instance rest api.
Otherwise, restarting your instance will also kill it.
Hope that helps,
Thanks