potiuk commented on code in PR #32526:
URL: https://github.com/apache/airflow/pull/32526#discussion_r1260638131
##########
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:
Also updated significant newsfragment with more detailes what should be
changed (the changes should be backwards-compatible, they should just raise
deprecation warnings to change the app name in configuration and Health Checks).
--
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]