uranusjr commented on a change in pull request #20257:
URL: https://github.com/apache/airflow/pull/20257#discussion_r767641749
##########
File path: docs/apache-airflow/concepts/pools.rst
##########
@@ -39,13 +39,50 @@ Tasks can then be associated with one of the existing pools
by using the ``pool`
Tasks will be scheduled as usual while the slots fill up. The number of slots
occupied by a task can be configured by
-``pool_slots``. Once capacity is reached, runnable tasks get queued and their
state will show as such in the UI.
+``pool_slots`` (see section below). Once capacity is reached, runnable tasks
get queued and their state will show as such in the UI.
As slots free up, queued tasks start running based on the
:ref:`concepts:priority-weight` of the task and its
descendants.
-Note that if tasks are not given a pool, they are assigned to a default pool
``default_pool``. ``default_pool`` is
+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).
+Using multiple pool slots
+----------------
Review comment:
```suggestion
Using multiple pool slots
-------------------------
```
The underline must be at least as long as the title.
--
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]