ajbosco commented on issue #14326: URL: https://github.com/apache/airflow/issues/14326#issuecomment-782519550
Actually, I think the issue is right here. If you have 100 slots in a pool and 1 task running with 99 queued, this will return that there are no tasks to run. https://github.com/apache/airflow/blob/2.0.1/airflow/jobs/scheduler_job.py#L904 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
