jbkc85 commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-876546094
> > We just updated it. We will let you know in the morning - hopefully we see some improvement! > > You can try the things mentioned here [in this comment](https://github.com/apache/airflow/issues/13542#issuecomment-861300533) if the issue still exists. Still the same issue - regardless of troubleshooting. Also we run on a LocalExecutor, so we cant force a DAG Run. I did notice something though and I just want to verify: https://github.com/apache/airflow/blob/b0f7f91fe29d1314b71c76de0f11d2dbe81c5c4a/airflow/jobs/scheduler_job.py#L336. This particular line looks like it limits the query results per the amount of max executions of the task instances (via parallelism). Doesn't this hinder the actual results to what CAN be scheduled? There shouldn't be a limit here as the for loop underneath logically goes through the results and schedules the queued tasks right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
