Bob Colner
03/26/2020, 5:20 AMChris White
03/26/2020, 5:26 AMLocalDaskExecutor(schduler="threads")
. This can be configured for your Flow runs in Cloud through an execution environment, as described here: https://docs.prefect.io/cloud/execution/remote_environment.html#overviewBob Colner
03/26/2020, 3:56 PMChris White
03/26/2020, 3:57 PMBob Colner
03/26/2020, 3:58 PMLocalDaskExecutor(schduler="threads")
to run locally but I don't see anywhere in the docs about . how to use that with the cloud serviceChris White
03/26/2020, 3:59 PMRemoteEnvironment
allows you to configure an executor for your Cloud flow runs; in particular this section can be tweaked to support the `LocalDaskExecutor`: https://docs.prefect.io/cloud/execution/remote_environment.html#examplesBob Colner
03/26/2020, 3:59 PMChris White
03/26/2020, 4:00 PMBob Colner
03/26/2020, 4:02 PMChris White
03/26/2020, 4:03 PMJoe Schmid
03/26/2020, 4:06 PMBob Colner
03/26/2020, 4:10 PMLocalDaskExecutor(scheduler = 'threads')
for parallelflow.run_agent()
Joe Schmid
03/26/2020, 4:35 PMBob Colner
03/26/2020, 4:43 PM