Is there a way to have Dagster automatically kill ...
# ask-community
m
Is there a way to have Dagster automatically kill a stuck step (specifically from a DynamicOutput)? We have tasks that query an external database, and for some reason they're intermittently hanging; we're working separately on that. But at the orchestration level, it would be cool if we could set a timeout on per-op execution for these steps and have Dagster automatically kill them (and maybe retry which I know Dagster can do).
j
Hi @Mark Fickett this isn't something we support right now, but i'll open a GH issue
ty thankyou 1
@Dagster Bot issue add per-op execution time out
d