milton0825 edited a comment on issue #4949: [AIRFLOW-1557] Backfill should respect pool limit URL: https://github.com/apache/airflow/pull/4949#issuecomment-475512659 @feng-tao even if we are using the same executor as scheduler, I still think we should not use the same task instance pool. It is possible that the user launch a huge backfill that occupies the pool and causes normal tasks to starve. In general, I think we should have better isolation between normal tasks and backfill tasks. I feel like backfill tasks should have their own pool.
---------------------------------------------------------------- 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
