William Grim
02/16/2022, 12:26 AMKevin Kho
William Grim
02/16/2022, 12:42 AMWilliam Grim
02/16/2022, 12:42 AMWilliam Grim
02/16/2022, 12:46 AMKevin Kho
Kevin Kho
William Grim
02/16/2022, 1:03 AMWilliam Grim
02/16/2022, 1:04 AMKevin Kho
Kevin Kho
Kevin Kho
William Grim
02/16/2022, 1:11 AMclient.create_flow_run(…, run_config=RunConfig(labels=[my_fancy_label], …)
if we are able to do it that way.Kevin Kho
William Grim
02/16/2022, 1:16 AMKevin Kho
Kevin Kho
William Grim
02/16/2022, 1:20 AMWilliam Grim
02/16/2022, 1:24 AMKevin Kho
Kevin Kho
Anna Geller
William Grim
02/16/2022, 6:03 PMname
to the result to help filter on that too.William Grim
02/17/2022, 7:13 PMRunning
. Do you know if there’s any way to “serialize” those checks so that at most one check for this flow is happening at a time across the agents?William Grim
02/17/2022, 7:18 PMAnna Geller
client.cancel_flow_run(flow_run_id="uuid from the query")
Perhaps that's what you meant by the additional check 🙂William Grim
02/17/2022, 7:43 PMState
object can give “parents/children”, and if I combine old_state
and new_state
stuff together using names_only=True
, then I can build something by limiting the only valid run to whatever the lowest id
is from flow_run
. At least… I’m hoping flow_run.id
is the same as prefect.context.flow_run_id
, ha.William Grim
02/17/2022, 7:45 PMWilliam Grim
02/17/2022, 7:46 PMAnna Geller
William Grim
02/17/2022, 7:53 PM