Justin Swaney
04/07/2020, 1:48 PMqsub -sync y
calls within solids, but it is only submitting and running one job at a time. When I omit the -sync y
part, the pipeline completes immediately once all the jobs are submitted, which doesn't let me see the progress in dagit
dagster.yaml
config has max_concurrent_runs: 4
execution:
multiprocess:
config:
max_concurrent: 4
Now I have 4 jobs running in parallel