References
airflow.models
airflow.models.pool
airflow.models.pool.
Pool
Bases: airflow.models.base.Base
airflow.models.base.Base
__tablename__
id
pool
slots
description
DEFAULT_POOL_NAME
__repr__
get_pool
get_default_pool
to_json
occupied_slots
Returns the number of slots used by running/queued tasks at the moment.
used_slots
Returns the number of slots used by running tasks at the moment.
queued_slots
Returns the number of slots used by queued tasks at the moment.
open_slots
Returns the number of slots open at the moment
Was this entry helpful?