You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/19 11:28:16 UTC

[GitHub] [airflow] potiuk edited a comment on issue #20940: Deferrable Tasks do not Respect Task Pools

potiuk edited a comment on issue #20940:
URL: https://github.com/apache/airflow/issues/20940#issuecomment-1016366442


   I think this is an intended feature, not a bug. 
   
   It's the matter of assumption/definiton of whether the deferred task takes the pool slot or not. I think (but I would love to hear what others think) this is quite a reasonable assumption that deferred task does not take a slot.
   
   Taking into account that the deferred task - by definition takes almost no resources and any external communication is asynchronous and pool feature is designed to limit resources an potentially decrease the loaad/throttle external, mostly synchronous services, I think not taking a pool slot by deferred task is quite reasonable.
   
   Does the task take the slot back when it is back from defferred state @ReadytoRocc ? 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org