potiuk commented on code in PR #32526:
URL: https://github.com/apache/airflow/pull/32526#discussion_r1260071265
##########
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:
I am not 100% sure if I want to change the app name yet. It has some
unnerving property and I am thinking that maybe we should leave it as it was
(though it's a bit incosistent).
##########
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:
I am not 100% sure if I want to change the Celery app name yet. It has some
unnerving property and I am thinking that maybe we should leave it as it was
(though it's a bit incosistent).
--
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]