Prajwal7842 commented on code in PR #71220: URL: https://github.com/apache/airflow/pull/71220#discussion_r3835260440
########## 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: [Discussion] Instead of this should the behavior be: Deployment manager is allowed to set the default value (True/False) for all the pools created under a team or globally and let individual pool owners override this ? -- 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]
