Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Nov 20, 2023
1 parent 238c8de commit 0af06f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/config/airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executor = SequentialExecutor
# This defines the maximum number of task instances that can run concurrently in Airflow
# regardless of scheduler count and worker count. Generally, this value is reflective of
# the number of task instances with the running state in the metadata database.
parallelism = 32
parallelism = 8

# The maximum number of task instances allowed to run concurrently in each DAG. To calculate
# the number of tasks that is running concurrently for a DAG, add up the number of running
Expand Down
4 changes: 2 additions & 2 deletions docker/script/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e
set -x

# install adduser and add the airflow user
yum update -y
yum install -y shadow-utils
dnf update -y
dnf install -y shadow-utils

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

Expand Down

0 comments on commit 0af06f7

Please sign in to comment.