I am scheduling jobs via airflow but I am running ...
# troubleshooting
c
I am scheduling jobs via airflow but I am running into a strange error:
Run invocation could not be completed as block failed: Another 'xxxxxxxx' pipeline is already running which started at 2024-07-01 20:50:26.827744
Is there any way to kill this pipeline or get any information on where it's being run from?
c
if you have access to Airflow logs you may be able to figure out where its stuck - I assume the “another … pipeline” timestamp is some point in time in the past that you’d expect to be complete by now
1