You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "eladkal (via GitHub)" <gi...@apache.org> on 2023/07/11 17:57:21 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #32526: Move CeleryExecutor to the celery provider

eladkal commented on code in PR #32526:
URL: https://github.com/apache/airflow/pull/32526#discussion_r1260088984


##########
docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst:
##########
@@ -147,12 +147,12 @@ To check if the worker running on the local host is working correctly, run:
 
 .. code-block:: bash
 
-    celery --app airflow.executors.celery_executor.app inspect ping -d celery@${HOSTNAME}
+    celery --app airflow.providers.celery.executors.celery_executor.app inspect ping -d celery@${HOSTNAME}

Review Comment:
   What change did you had in mind?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org