Skip to content

Commit a924b66

Browse files
committed
Document minimum replica count for celery workers
1 parent 9444c56 commit a924b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/helm/values.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ workers:
248248
keda:
249249
enabled: true
250250
pollingInterval: 1
251-
minReplicaCount: 0
251+
minReplicaCount: 0 # Minimum node available for celery workers; set to 1 to always have a worker node available to run tasks
252252
maxReplicaCount: 128
253253
# Specify HPA related options
254254
# https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/853-configurable-hpa-scale-velocity/README.md

0 commit comments

Comments
 (0)