https://dagster.io/ logo
#dagster-support
Title
# dagster-support
c

Chris Zubak-Skees

01/30/2023, 7:54 PM
We're seeing 2 seconds lag before each step is executed. Is there a way to reduce that?
a

alex

01/30/2023, 8:58 PM
using the
forkserver
start_method
for the multiprocess executor is one way to reduce this overhead https://docs.dagster.io/concepts/ops-jobs-graphs/job-execution#default-job-executor
thank you box 1