https://dagster.io/ logo
#announcements
Title
# announcements
c

Chris Roth

05/12/2020, 2:02 AM
is there any way to debug the situation where some solids complete but the following solids never trigger?
one of my pipelines is stuck - can't cancel it or reexecute, half of the solids finished, but the following ones won't start. no errors or anything
a

alex

05/12/2020, 2:07 AM
how did you initiate execution?
c

Chris Roth

05/12/2020, 2:07 AM
actually, after a moment some of the options do become available, but still can't cancel
start execution button from playground
a

alex

05/12/2020, 2:08 AM
did you get any strange
engine events
? did you do anything to the dagit process while it was executing?
c

Chris Roth

05/12/2020, 2:08 AM
hm. nothing in dagit that i can think of
lemme check for engine events
a

alex

05/12/2020, 2:09 AM
it seems like the dagit sub-process that was driving the run crashed unexpectedly
or something of that nature
c

Chris Roth

05/12/2020, 2:10 AM
just "finished successfully" and then nothing
a

alex

05/12/2020, 2:11 AM
do you have access to the terminal where dagit was running? could be something in stdout / stderr
c

Chris Roth

05/12/2020, 2:54 AM
after looking at it run again, it's possible that it had started the next step and just didn't have anything to output
gonna wait and see