kaxil commented on code in PR #45008:
URL: https://github.com/apache/airflow/pull/45008#discussion_r1891417958
##########
airflow/executors/workloads.py:
##########
@@ -50,6 +50,10 @@ class TaskInstance(BaseModel):
try_number: int
map_index: int | None = None
+ pool_slots: int
+ queue: str
+ priority_weight: int
Review Comment:
I think it will be needed for the executor to route to correct `pool` before
the task is marked as `queued`
--
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]