Skip to content

Commit 0af06f7

Browse files
committed
Minor tweaks
1 parent 238c8de commit 0af06f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/config/airflow.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ executor = SequentialExecutor
2626
# This defines the maximum number of task instances that can run concurrently in Airflow
2727
# regardless of scheduler count and worker count. Generally, this value is reflective of
2828
# the number of task instances with the running state in the metadata database.
29-
parallelism = 32
29+
parallelism = 8
3030

3131
# The maximum number of task instances allowed to run concurrently in each DAG. To calculate
3232
# the number of tasks that is running concurrently for a DAG, add up the number of running

docker/script/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44
set -x
55

66
# 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
99

1010
#echo 'airflow ALL=(ALL)NOPASSWD:ALL' | sudo EDITOR='tee -a' visudo
1111

0 commit comments

Comments
 (0)