is there any method of stopping current jobs?
# announcements
t
is there any method of stopping current jobs?
c
Hiya. We don't have cancel jobs functionality yet in the ui.
Failing jobs should eventually get set permanently to failed.
Would you be able to share a screenshot of what you're seeing in the ui?
Also want version of airbyte are you running?
a
Hi @charles and @Thomas. I am having the same issue. In my case the Airbyte page looks completely blank in the browser. I think it might be one of the container (airbyte-webapp) failing.
c
do you need some help working through this? what version of airbyte are you running and are you seeing any error messages? sounds like you might be able to see something if the airbyte-webapp container is failing
t
@Alberto Costa i mistakenly programmed a never ending loop in airbyte.
What I did to solve it was to git clean, docker system prune and run again with a clean config.
Please note that pruning images in docker is not enough you need to prune volumes also