This is an automated email from the ASF dual-hosted git repository.

utkarsharma pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit d414c9e7a36a22086d14ebd2d504c83e750c45e4
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Jun 5 14:34:43 2024 -0600

    Docs: Simpler command to check local scheduler is alive (#40074)
    
    (cherry picked from commit 16e0182025c27cc26c5fd76fb451de3073f91a49)
---
 .../administration-and-deployment/logging-monitoring/check-health.rst   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst
index 85fdedb225..ead97bf94d 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst
@@ -116,7 +116,7 @@ To check if the local scheduler is still working properly, 
run:
 
 .. code-block:: bash
 
-    airflow jobs check --job-type SchedulerJob --hostname "$(hostname)"
+    airflow jobs check --job-type SchedulerJob --local
 
 To check if any scheduler is running when you are using high availability, run:
 

Reply via email to