kaxil edited a comment on pull request #15997: URL: https://github.com/apache/airflow/pull/15997#issuecomment-846308256
> Hi All, > > Based on my testing changing the of `AIRFLOW__CORE__NON_POOLED_TASK_SLOT_COUNT` will not update the size of the pool. On a running environment of you want to resize your pool you need to delete the default pool first and redeploy your helm chart to change the size of the pool. Hi @andormarkus That is expected behaviour, I have updated the description and guide accordingly. ----- ### Default Task Pools Slots can be updated using ``[core] default_pool_task_slot_count`` By default tasks are running in `default_pool`. `default_pool` is initialized with `128` slots and user can change the number of slots through UI/CLI/API for an existing deployment. For new deployments, you can use `default_pool_task_slot_count` setting in `[core]` section. This setting would not have any effect in an existing deployment where the ``default_pool`` already exists. Previously this was controlled by `non_pooled_task_slot_count` in `[core]` section, which was not documented. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
