Lana Dann
02/15/2022, 8:18 PMflow.run()? i’m trying to create an integration test now and it’s just stalling so i wonder if it’s because the schedule that’s attached to it is waiting until the actual start time.Anna Geller
Kevin Kho
flow.run(run_on_schedule=False), but running with a backend is preferredLana Dann
02/15/2022, 8:26 PMrun_on_schedule=False and then what do i set for runner_cls ? i tried to pass in LocalExecutor and it didn’t workKevin Kho
flow.run() does respect RunConfig. Only Flows run from Prefect Cloud doLana Dann
02/15/2022, 8:28 PMKevin Kho