Skip to content

Commit

Permalink
task concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Jul 30, 2021
1 parent cc1e0d7 commit caf3c25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,11 @@ with DAG(DAG_NAME,
# retry_delay=timedelta(seconds=30),
doc_md="""
```
```python
# task concurrency
t1 = BaseOperator(pool='my_custom_pool', task_concurrency=12)
```
* simple DAG
```python
Expand Down

0 comments on commit caf3c25

Please sign in to comment.