Navneet Sajwan
01/10/2023, 8:53 AMSTARTING
mode. They keep on accumulating over the period of time. Currently I have to terminate them manually from DAGIT UI. I want to terminate them programmatically using the Graphql api. Is there a way this can be achieved? I am using pipelineRunsOrError
query to filter out the ones that are in STARTING
mode, but I can't tell how long they have been in that state. I would like to terminate the ones that pending for more than a day.updatedAfter
argument in the pipelineRunsFilter
. What type of value can be passed to it? I am hoping something like datetime could solve my issuedaniel
01/10/2023, 3:21 PMNavneet Sajwan
01/10/2023, 3:25 PMdaniel
01/10/2023, 3:26 PMNavneet Sajwan
01/12/2023, 5:28 AMdaniel
01/12/2023, 3:44 PMNavneet Sajwan
01/25/2023, 1:31 PM