ale
09/16/2021, 4:12 PMZanie
Kevin Kho
--expose
flag.ale
09/16/2021, 4:22 PMKevin Kho
Zanie
ale
09/16/2021, 4:32 PMKevin Kho
ale
09/16/2021, 4:36 PMKevin Kho
ale
09/24/2021, 3:40 PMKevin Kho
ale
09/24/2021, 3:45 PMprefecthq/ui:core-0.13.19
Kevin Kho
ale
09/24/2021, 3:59 PMKevin Kho
ale
09/24/2021, 4:02 PMKevin Kho
ale
10/12/2021, 6:45 PMECSRun(task_definition=my_var_arn)
When will my_var_arn be evaluated? At registration time or when the agent picks up the flow to be executed?
I'm asking this because, based on when my_var_arn is evaluated, I might need to adapt our deployment processKevin Kho
StartFlowRun
can take in a RunConfig you can override the RunConfig during run time.ale
10/12/2021, 7:07 PMmy_var_arn = os.environ["ARN"]
The ARN env var must be known at registration time, right?Kevin Kho
Zanie
ale
10/12/2021, 7:12 PMgrandimk
10/13/2021, 7:31 AM