You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/airflow/pages/troubleshooting/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ or change the environment variable using `envOverrides`:
46
46
----
47
47
webservers:
48
48
envOverrides:
49
-
AIRFLOW__API__WORKERS: 6 # something other than the default
49
+
AIRFLOW__API__WORKERS: "6" # something other than the default
50
50
----
51
51
52
52
TIP: Our strong recommendation is to increase the webserver replicas, with each webserver running a single worker, as this removes the risk of running into timeouts or memory issues.
0 commit comments