File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ executor = SequentialExecutor
26
26
# This defines the maximum number of task instances that can run concurrently in Airflow
27
27
# regardless of scheduler count and worker count. Generally, this value is reflective of
28
28
# the number of task instances with the running state in the metadata database.
29
- parallelism = 32
29
+ parallelism = 8
30
30
31
31
# The maximum number of task instances allowed to run concurrently in each DAG. To calculate
32
32
# the number of tasks that is running concurrently for a DAG, add up the number of running
Original file line number Diff line number Diff line change 4
4
set -x
5
5
6
6
# install adduser and add the airflow user
7
- yum update -y
8
- yum install -y shadow-utils
7
+ dnf update -y
8
+ dnf install -y shadow-utils
9
9
10
10
# echo 'airflow ALL=(ALL)NOPASSWD:ALL' | sudo EDITOR='tee -a' visudo
11
11
You can’t perform that action at this time.
0 commit comments