Is there any way to see in the cloud ui what execu...
# ask-community
t
Is there any way to see in the cloud ui what executor the flow is registered with? I'm not seeing the task concurrency I am expecting and want to confirm the executor settings.
k
Hi @Trevor Kramer, I'll double check tomorrow but it doesn't seem there is a way unfortunately. What issues with task concurrency are you seeing?
t
I have a mapped task with 20 segments and they are executing sequentially. I am configuring the executor this way.
Copy code
flow.executor = DaskExecutor(cluster_kwargs={
    'n_workers': 10
})
flow.register(project_name=project, labels=labels, idempotency_key=idempotency_key, no_url=True)
k
Is it 1 mapped task with 20 different inputs? Or you do mean a mapped task that goes 20 tasks deep?
And you have no parallelization at all? do you see the same behavior with LocalDaskExecutor?
t
1 mapped task with 20 inputs
i'm testing the LocalDaskExecutor now
k
Might need to remove the idempotency key for a bit
t
Is there a way to send you a file privately? I have a log file which shows the behavior
k
Yep DM me.