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 2021/07/21 16:56:45 UTC

[GitHub] [airflow] ilCatania commented on issue #7960: Should be able to prevent tasks from overlapping across multiple DAG Runs

ilCatania commented on issue #7960:
URL: https://github.com/apache/airflow/issues/7960#issuecomment-884341908


   This can be achieved with `task_concurrency`:
   
   https://airflow.apache.org/docs/apache-airflow/stable/faq.html
   
   > task_concurrency: This parameter controls the number of concurrent running task instances across dag_runs per task.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org