https://prefect.io logo
a

Avi A

05/30/2020, 10:56 AM
Dask Scheduler: I’m using a
LocalDaskScheduler
with the default
scheduler=threads
but it only runs one task at a time (mapped tasks). Am I missing some extra argument that allows tasks to run concurrently?
disregard, I forgot to actually set
flow.environment
to the
RemoteEnvironment
I wrote
upvote 2