potiuk commented on code in PR #32526:
URL: https://github.com/apache/airflow/pull/32526#discussion_r1260636879
##########
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 think this one nicely gives the deprecation warning and informs what to do
to remove it:
https://github.com/apache/airflow/pull/32526/files#diff-0e0d141920152b568dd569500b73ebaca58893fa2a98255ef5a565743f5e374aR71
--
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]