jscheffl commented on code in PR #45038:
URL: https://github.com/apache/airflow/pull/45038#discussion_r1890728979
##########
providers/src/airflow/providers/celery/provider.yaml:
##########
@@ -329,6 +329,13 @@ config:
type: string
example: ~
default: "False"
+ extra_celery_config:
+ description: |
+ Extra celery configs to include in the celery worker
Review Comment:
Can you add a reference to celery page where possible parameters are
documented?
Because besides the details in the code this is the ONLY place where this
feature is documented and would be sad if users are lost here. Maybe one
example if not given in the celery docs would also be cool.
--
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]