Hello, we're running into an issue where a job op ...
# dagster-plus
s
Hello, we're running into an issue where a job op is hanging on start for 200+ hours, who should I talk to about this?
For some context it fails at the launching step before it even executes any of our resources code
d
Hi Sean, can you share a link to a run where this is happening in dagster cloud?
d
If a particular op is hanging and you're not sure why, using py-spy --dump on the relevant process is one way to go to produce a dump of each thread. That can be a bit involved in kubernetes but I added a guide here for some steps that you can take to set that up: https://github.com/dagster-io/dagster/discussions/14771#discussioncomment-6165783