Jacob Blanco
12/02/2021, 1:30 PM{
task_run(
where: {_and: [{state: {_eq: "Running"}}, {flow_run: {state: {_neq: "Running"}}}]}
) {
id
start_time
}
}
Maybe unrelated but for tasks which have a lot of runs, the dashboard seems to hit some kind of query limit and crashes when you try to see the list of Task Runs. The stuck ghost tasks don’t always have a lot of task runs related to them.Anna Geller
Jacob Blanco
12/02/2021, 1:39 PMAnna Geller