https://dagster.io/ logo
Title
j

Jesse Myers

03/15/2023, 6:27 PM
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

yuhan

03/16/2023, 4:38 AM
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.