Skip to content

Commit

Permalink
update value from database to celery workers (apache#21859)
Browse files Browse the repository at this point in the history
Co-authored-by: huan.15 <[email protected]>
  • Loading branch information
humit0 and huan-15 authored Feb 28, 2022
1 parent a85f00b commit f5832a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/logging-monitoring/check-health.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ For details about installation, see: :ref:`executor:CeleryExecutor`. For details
CLI Check for Celery Workers
----------------------------

To verify that the database is working correctly, you can use the ``celery inspect ping`` command. On failure, the command will exit
To verify that the Celery workers are working correctly, you can use the ``celery inspect ping`` command. On failure, the command will exit
with a non-zero error code.

To check if the worker running on the local host is working correctly, run:
Expand Down

0 comments on commit f5832a6

Please sign in to comment.