ashb commented on a change in pull request #5194: [AIRFLOW-4419] Refine
concurrency check in scheduler
URL: https://github.com/apache/airflow/pull/5194#discussion_r279725714
##########
File path: airflow/models/pool.py
##########
@@ -43,42 +56,14 @@ def to_json(self):
'description': self.description,
}
- @provide_session
- def used_slots(self, session):
Review comment:
This is used by the UI so I think we need to bring these back:
https://github.com/apache/airflow/blob/6952b196863aeb50632656bb4004129159ff573e/airflow/www/views.py#L2067-L2083
----------------------------------------------------------------
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]
With regards,
Apache Git Services