flo076 commented on issue #61700:
URL: https://github.com/apache/airflow/issues/61700#issuecomment-4000709539

   @tirkarthi  setting include_deferred to true when using a pool can cause 
side effects. Once a deferred task is ready to resume, its callback requires an 
available slot in the pool. If the pool is full, the task remains in a 
"scheduled" state. This can significantly increase task duration and introduce 
latency for downstream tasks. Please note that I observed this behavior on 
Airflow 2, not Airflow 3.


-- 
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]

Reply via email to