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

Sasha Gorelikov

04/01/2021, 9:58 AM
Hi! Is there in dagster any possibility of terminate pipeline, if it execute more than some time? (something like timeout of pipeline execution) Thank you
d

daniel

04/01/2021, 1:12 PM
Hi Sasha - this isn't something dagster currently has built in. I could imagine building something like this using the GraphQL API though as there's a mutation you can call to terminate a running pipeline: https://docs.dagster.io/concepts/dagit/graphql#graphql-api
@Dagster Bot docs document pipeline termination mutation
d

Dagster Bot

04/01/2021, 1:13 PM
s

Sasha Gorelikov

04/01/2021, 3:34 PM
Hi! No, the point of termination is, that if pipeline running more than some time, I don’t want to run it at all, just terminate it. But terminate this pipeline by system(dagster), not via API (this will require some external pipline or application). I hope my exploration is clear. Thank you
d

daniel

04/01/2021, 3:35 PM
Hi - absolutely, the API suggestion is just as a workaround since it's not currently available as a system feature.
s

Sasha Gorelikov

04/01/2021, 3:37 PM
ok. thanks. looking forward for this feature
3 Views