I have several days worth scheduled ingestions stu...
# troubleshoot
b
I have several days worth scheduled ingestions stuck at "pending", Trying to cancel them via UI does not seem to make any difference. Any way to force cancel these?
b
Hi Jason - How is DataHub deployed? It appears to me that your datahub-actions pod may not be stable if its not picking up these execution requests
b
@big-carpet-38439 I'm using the Quickstart docker.
b
Can you check the docker container called datahub-actions to make sure it's alive? If you're able to get them / have a dev able to retrieve the pod logs would be super useful to help triage
b
Hi @big-carpet-38439 It's running and showing as healthy. I restarted
datahub docker quickstart
with no change. Then, I reran
datahub docker quickstart
and no change. It starts running the oldest scheduled ingest job and clicking cancel does not cancel it. Where are the logs located for
datahub-actions
that would be the proper ones?
m
you can get it via
Copy code
docker logs datahub-datahub-actions-1
b
@big-carpet-38439 or @mammoth-bear-12532, is there anyway for me to manually clear out the prior pending ingestions and start anew without having to recreate everything. Can I make some sort of manual database update?
I upgraded to 0.9.3 and with the restart I was able to cancel some days old "running" jobs and things back to normal. Thanks!