Skip to content

Commit 8d8cfb4

Browse files
adwk67sbernauer
andauthored
Update rust/operator-binary/src/env_vars.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 47592d5 commit 8d8cfb4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

rust/operator-binary/src/env_vars.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,10 @@ fn add_version_specific_env_vars(
505505
JWT_SECRET_SECRET_KEY,
506506
),
507507
);
508-
// The airflow default for this is 4, but we document a recommended
509-
// value of 1 with the option of either increasing it via overrides
510-
// or of adding webserver instances.
508+
// The Airflow default for this is 4.
509+
// However, with the default resources this could cause problems,
510+
// as the Pod went to 100% CPU usage and didn't get healthy
511+
// quick enough, resulting in a crashloop.
511512
env.insert(
512513
"AIRFLOW__API__WORKERS".into(),
513514
EnvVar {

0 commit comments

Comments
 (0)