This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new d310545798 docs: adding tip on configuration for healthcheck (#41289)
d310545798 is described below
commit d3105457983fdf54d7f6fec1ca0c81fa7050d9c3
Author: Everton Seiei Arakaki <[email protected]>
AuthorDate: Thu Aug 8 18:16:01 2024 +0200
docs: adding tip on configuration for healthcheck (#41289)
* docs: adding tip on configuration for healthcheck
* Format touchup
* Fix trailing whitespaces
---------
Co-authored-by: Tzu-ping Chung <[email protected]>
---
.../logging-monitoring/check-health.rst | 5 +++++
1 file changed, 5 insertions(+)
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 ead97bf94d..610d53758d 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
@@ -143,6 +143,11 @@ CLI Check for Celery Workers
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.
+.. note::
+
+ For this check to work, ``[celery]worker_enable_remote_control`` must be
``True``.
+ If the parameter is set to ``False``, the command will exit with a non-zero
error code.
+
To check if the worker running on the local host is working correctly, run:
.. code-block:: bash