hi, by some bug on our code, the Dagster Job is st...
# ask-community
g
hi, by some bug on our code, the Dagster Job is stuck in the “starting”. I am curious if there is a way to set some kind of timeout on the starting status.
j
are you looking for a way to automatically cancel the job if it’s been “starting” for over some amount of time? I don’t think there’s a built in way to do that but you might be able to use a run status sensor that detects jobs in the “starting” status and checks if theyve been running for too long
g
i see. Thank you for your comment.