msumit commented on code in PR #71220:
URL: https://github.com/apache/airflow/pull/71220#discussion_r3860025353


##########
airflow-core/docs/administration-and-deployment/pools.rst:
##########
@@ -46,6 +46,12 @@ descendants.
 Note that if tasks are not given a pool, they are assigned to a default pool 
``default_pool``, which is
 initialized with 128 slots and can be modified through the UI or CLI (but 
cannot be removed).
 
+Whether deferred tasks occupy pool slots is normally decided per pool via its 
``include_deferred`` flag.

Review Comment:
   Nop, we do not want users to override it, and the decision whether to count 
deferrable slots like normal slots needs to remain with the cluster admins 
only. 



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