Skip to content

Commit 054fab1

Browse files
committed
fix: many workers per server causes timeouts
1 parent 6225f3a commit 054fab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/cas-airflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ airflow:
172172
remote_log_conn_id: gcs_logs
173173
api:
174174
auth_backends: airflow.api.auth.backend.basic_auth, airflow.api.auth.backend.session
175-
workers: 2
175+
workers: 1
176176
web_server_worker_timeout: 300
177177
# Prevent airflow to be rendered in an external web frame
178178
x_frame_enabled: "False"

0 commit comments

Comments
 (0)