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/05/30 09:19:35 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5343: Tasks default to use default_pool

ashb commented on a change in pull request #5343: Tasks default to use default_pool
URL: https://github.com/apache/airflow/pull/5343#discussion_r288916888
 
 

 ##########
 File path: airflow/models/pool.py
 ##########
 @@ -33,20 +32,19 @@ class Pool(Base):
     slots = Column(Integer, default=0)
     description = Column(Text)
 
-    default_pool_name = 'not_pooled'
+    default_pool_name = 'default_pool'
 
 Review comment:
   ```suggestion
       DEFAULT_POOL_NAME = 'default_pool'
   ```
   
   to indicate this is a constant.

----------------------------------------------------------------
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