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/06/01 19:40:13 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #23905: Added small health check server and endpoint in scheduler and updated…

potiuk commented on code in PR #23905:
URL: https://github.com/apache/airflow/pull/23905#discussion_r887234952


##########
airflow/config_templates/config.yml:
##########
@@ -1943,6 +1943,22 @@
       type: string
       example: ~
       default: "30"
+    - name: enable_health_check
+      description: |
+        When you start a scheduler, airflow starts a tiny web server
+        subprocess to serve a health check if this is set to True
+      version_added: 2.3.2

Review Comment:
   ```suggestion
         version_added: 2.4.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: commits-unsubscribe@airflow.apache.org

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