feng-tao commented on a change in pull request #4949: [AIRFLOW-1557] Backfill
should respect pool limit
URL: https://github.com/apache/airflow/pull/4949#discussion_r268032429
##########
File path: airflow/jobs.py
##########
@@ -2247,6 +2247,7 @@ def _per_task_process(task, key, ti, session=None):
self.log.debug('Sending %s to executor', ti)
# Skip scheduled state, we are executing
immediately
ti.state = State.QUEUED
+ ti.pool = pool_name
Review comment:
will pool_name be initialized correctly?
----------------------------------------------------------------
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