Right now, nodes in my DAG proceeds to the next day\'s task before the rest of the nodes of that DAG finishes. Is there a way for it to wait for the rest of the DAG to finish be
if you want to just run one instance at a time then try setting max_active_runs=1