fernhtls commented on issue #25667:
URL: https://github.com/apache/airflow/issues/25667#issuecomment-1217770144
hi @ilyadinaburg , I didn't have the time to check properly the whole issue
on itself, in my case I'm pushing a custom `livenessProbe` to the helm chart
without the `--hostname` argument as below:
```
scheduler:
livenessProbe:
initialDelaySeconds: 10
timeoutSeconds: 15
failureThreshold: 10
periodSeconds: 60
command:
- sh
- -c
- |
CONNECTION_CHECK_MAX_COUNT=0
AIRFLOW__LOGGING__LOGGING_LEVEL=ERROR exec /entrypoint \
airflow jobs check --job-type SchedulerJob
```
I didn't check the env var `AIRFLOW__CORE__HOSTNAME_CALLABLE`, as I had to
push a quick fix as the scheduler was restarting and breaking the execution of
DAGs / tasks.
Good that the issue seems to be reproducible, as you're using the same new
latest helm chart version as I am (`1.6.0`).
--
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]