Dask Scheduler: I’m using a `LocalDaskScheduler` w...
# ask-community
a
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