Hey Dagster team, I put a 1s sleep timer for this ...
# ask-community
a
Hey Dagster team, I put a 1s sleep timer for this API call but I see that Dagster makes more than 1 call per second--guessing there is some kind of parallelization going on under the hood? Do you know why this would be the case? CC: @Son Do @Simon Weber
c
dagster by default spawns a separate process for each step. You can disable this and revert back to in process execution