You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/30 21:19:00 UTC

[jira] [Commented] (AIRFLOW-4591) Tag tasks with default pool

    [ https://issues.apache.org/jira/browse/AIRFLOW-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852368#comment-16852368 ] 

ASF GitHub Bot commented on AIRFLOW-4591:
-----------------------------------------

milton0825 commented on pull request #5343: [AIRFLOW-4591][WIP] Make default_pool a real pool
URL: https://github.com/apache/airflow/pull/5343
 
 
   
 
----------------------------------------------------------------
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


> Tag tasks with default pool
> ---------------------------
>
>                 Key: AIRFLOW-4591
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4591
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 2.0.0
>            Reporter: Chao-Han Tsai
>            Assignee: Chao-Han Tsai
>            Priority: Major
>
> Currently the number of running tasks without a pool specified will be limited by `non_pooled_task_slot_count`. It limits the number of tasks launched per scheduler loop but does not limit the number of tasks running in parallel.
> This ticket proposes that we assign tasks without a pool specified to default pool which limits the number of running tasks in parallel.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)