brian
12/06/2021, 3:17 PMKevin Kho
flow = Flow(
"example",
run_config=LocalRun(labels="dev")
)
when it should be a list of strings
flow = Flow(
"example",
run_config=LocalRun(labels=["dev"])
)
brian
12/06/2021, 3:22 PM[2021-12-06 15:06:24,978] INFO - prism-acuity-aks-agent | Starting KubernetesAgent with labels ['prism-acuity']
Flow:
cron_clock = clocks.CronClock(
cron="0 */12 * * *", start_date=start_date, parameter_defaults=None, labels=["prism-acuity"],
)
I’m running the flow manually, and I see prism-acuity
in the flow run UIKevin Kho
Agents
screen in the UI, do you see the agent you have running?brian
12/06/2021, 3:28 PMbrian
12/06/2021, 3:29 PMKevin Kho
brian
12/06/2021, 3:33 PMbrian
12/06/2021, 3:33 PMbrian
12/06/2021, 3:33 PMbrian
12/06/2021, 3:34 PMbrian
12/06/2021, 3:38 PMKevin Kho
Kevin Kho
brian
12/06/2021, 3:40 PMKevin Kho
Kevin Kho
brian
12/06/2021, 4:20 PMKevin Kho
brian
12/06/2021, 4:38 PM