Miretpl commented on code in PR #61049:
URL: https://github.com/apache/airflow/pull/61049#discussion_r2728835798
##########
chart/values.yaml:
##########
@@ -1050,24 +1050,16 @@ workers:
command: ~
# Args to use when running Airflow Celery workers (templated)
- args:
- - "bash"
- - "-c"
- - |-
- exec \
- airflow {{ semverCompare ">=2.0.0" .Values.airflowVersion | ternary
"celery worker" "worker" }}
- {{- if and .Values.workers.queue (ne .Values.workers.queue "default")
}}
- {{- " -q " }}{{ .Values.workers.queue }}
- {{- end }}
+ args: ~
# If the Airflow Celery worker stops responding for 5 minutes (5*60s)
# kill the worker and let Kubernetes restart it
livenessProbe:
- enabled: true
- initialDelaySeconds: 10
- timeoutSeconds: 20
- failureThreshold: 5
- periodSeconds: 60
+ enabled: ~
+ initialDelaySeconds: ~
+ timeoutSeconds: ~
+ failureThreshold: ~
+ periodSeconds: ~
Review Comment:
Same as the comment before
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]