You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/25 09:42:44 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #5477: [AIRFLOW-4847] Update config template to reflect supporting different Celery pool implementation

kaxil commented on a change in pull request #5477: [AIRFLOW-4847] Update config template to reflect supporting different Celery pool implementation
URL: https://github.com/apache/airflow/pull/5477#discussion_r297099026
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -24,6 +24,17 @@ assists users migrating to a new version.
 ## Airflow Master
 
 
+### `pool` config option in Celery section to support different Celery pool implementation
+
+The new `pool` config option allows users to choose different pool
+implementation. Default value is "prefork", while choices include "prefok" (default),
 
 Review comment:
   ```suggestion
   implementation. Default value is "prefork", while choices include "prefork" (default),
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services