You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/12 15:20:42 UTC

[GitHub] [airflow] V0lantis commented on a diff in pull request #24999: [FIX] Scheduler crashloopbackoff when using `hostname_callable`

V0lantis commented on code in PR #24999:
URL: https://github.com/apache/airflow/pull/24999#discussion_r919103339


##########
chart/templates/_helpers.yaml:
##########
@@ -638,7 +638,7 @@ Create the name of the cleanup service account to use
   - -c
   - |
     CONNECTION_CHECK_MAX_COUNT=0 AIRFLOW__LOGGING__LOGGING_LEVEL=ERROR exec /entrypoint \
-    airflow jobs check --job-type SchedulerJob --hostname $(hostname)
+    airflow jobs check --job-type SchedulerJob

Review Comment:
   True thank-you :+1: 



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org