mjpieters commented on issue #11697: URL: https://github.com/apache/airflow/issues/11697#issuecomment-714638691
I took a look at Celery 5, and there those parameters are very firmly placed in the 'command-line argument' camp, by defining a custom Click [argument type `Hostname`](https://docs.celeryproject.org/en/latest/_modules/celery/bin/worker.html#Hostname), that handles the placeholders when parsing command-line arguments. ---------------------------------------------------------------- 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]
