Sergiy Krutsenko
12/03/2020, 8:40 PMflow = create_flow('TestFlowServer')
flow.register(project_name="Test")
docker-compose.yml
Added below var to environment section for towel and graphql services
PREFECT__ENGINE__EXECUTOR__DEFAULT_CLASS: prefect.engine.executors.DaskExecutor
I use LocalAgent to run flows. I also added the above env var when I start it. But nothing helped.
When I try to run the flow locally, without registering on Server everything works.
Thanks,
SergeyDylan
12/03/2020, 8:53 PMSergiy Krutsenko
12/03/2020, 9:25 PMflow = create_flow('TestFlowServer')
flow.register(project_name="Test")
docker-compose.yml
Added below var to environment section for towel and graphql services
PREFECT__ENGINE__EXECUTOR__DEFAULT_CLASS: prefect.engine.executors.DaskExecutor
I use LocalAgent to run flows. I also added the above env var when I start it. But nothing helped.
When I try to run the flow locally, without registering on Server everything works.
Thanks,
SergiyDylan
12/03/2020, 10:06 PMget_executor
function?LocalRun
for this flow. Otherwise, I believe the Flow looks for a run config from the agentSergiy Krutsenko
12/03/2020, 10:29 PMDylan
12/03/2020, 10:36 PM