uranusjr commented on code in PR #41289:
URL: https://github.com/apache/airflow/pull/41289#discussion_r1706531143


##########
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. 

Review Comment:
   ```suggestion
   .. 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.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to