Chris Nogradi
02/03/2022, 5:38 PMowen
02/03/2022, 5:41 PMmy_job.execute_in_process()
)? This could cause at least some difference (as by default when you execute from dagit it will execute each op in a separate process), although I still wouldn't expect it to take that long to spin up the new processesChris Nogradi
02/03/2022, 5:47 PMmy_job.execute_in_process()
owen
02/03/2022, 5:53 PMChris Nogradi
02/03/2022, 6:10 PMexecution:
config:
in_process:
rather than this per docs:
execution:
in_process:
And now it used one process in Dagit but still takes much longer than w/o Dagit. Total time in Dagit was 2.5 minutes (half of the multiprocess but still 4x more than command line).
I suspect the timeouts on the console are the issue. I'll try to investigate more ...