Hi team, I migrated dagster from 0.15.7 to 1.0.6, ...
# ask-community
l
Hi team, I migrated dagster from 0.15.7 to 1.0.6, making the change from pipelines/solids to jobs/ops. Now each op takes way longer than before to start, so a pipeline that used to take one minute now as a job take x10 that. Any idea why it now takes so long from "launching process" to "executing step" ?
🤖 1
In case anyone faces this, because the default executor changed from
in_process
to
multi_or_in_process_executor
, it was running in multiprocess mode