Skip to content

Commit 9bca963

Browse files
authored
Update check-health.rst (apache#47077)
Command should be "airflow jobs check" not "airflow jobs checks"
1 parent 3703b4b commit 9bca963

File tree

1 file changed

+1
-1
lines changed
  • docs/apache-airflow/administration-and-deployment/logging-monitoring

1 file changed

+1
-1
lines changed

docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CLI Check for Scheduler
109109

110110
Scheduler creates an entry in the table :class:`airflow.jobs.job.Job` with information about the host and
111111
timestamp (heartbeat) at startup, and then updates it regularly. You can use this to check if the scheduler is
112-
working correctly. To do this, you can use the ``airflow jobs checks`` command. On failure, the command will exit
112+
working correctly. To do this, you can use the ``airflow jobs check`` command. On failure, the command will exit
113113
with a non-zero error code.
114114

115115
To check if the local scheduler is still working properly, run:

0 commit comments

Comments
 (0)