Hi folks, looking at the different `executors` ava...
# ask-community
j
Hi folks, looking at the different
executors
available to choose from, I think the
in_process_executor
seams to tick the most boxes for our use case, however we have certain ops that we need to fan out into multiple threads for parallel execution, but we'd like for this to happen inside the same process in order to share some recourses. Is there a way to achieve that?
dagster bot resolve to issue 1
y
hey, here’s the tracking issue for multi thread executor: https://github.com/dagster-io/dagster/issues/4041 — we’ll keep this issue posted but currently don’t have a concrete plan yet.