mjpieters commented on issue #11697:
URL: https://github.com/apache/airflow/issues/11697#issuecomment-714636908


   I _think_ it is a feature of the `celery worker` command, not necessarily of 
the `Worker` program?
   
   The command-line for that command supports using `%h`, `%n` and `%i` 
placeholders, and by extension, so did `airflow worker`, and I was grateful for 
that support. Since Celery puts handling those placeholders in 
`celery.bin.worker` I'm presuming that they see this separate from 
`celery.apps.worker`. I haven't looked at how Celery 5 now handles this, since 
the whole `celery.apps` notion has been dropped.


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

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


Reply via email to