From 2c563333b2b0e01209abc1f6b7cb00bbb7a6e4db Mon Sep 17 00:00:00 2001 From: Sachin Arora Date: Sun, 22 Dec 2024 16:42:37 +0530 Subject: [PATCH] Addressed comments: Added sample config in the docs as well as reference link for all the celery configs. --- providers/src/airflow/providers/celery/provider.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/providers/src/airflow/providers/celery/provider.yaml b/providers/src/airflow/providers/celery/provider.yaml index 56fca3162d902..a69dae610a935 100644 --- a/providers/src/airflow/providers/celery/provider.yaml +++ b/providers/src/airflow/providers/celery/provider.yaml @@ -332,7 +332,9 @@ config: default: "False" extra_celery_config: description: | - Extra celery configs to include in the celery worker. Any of the celery config can be added to this config and it will be applied while starting the celery worker. e.g. {"worker_max_tasks_per_child": 10} + Extra celery configs to include in the celery worker. + Any of the celery config can be added to this config and it + will be applied while starting the celery worker. e.g. {"worker_max_tasks_per_child": 10} See also: https://docs.celeryq.dev/en/stable/userguide/configuration.html#configuration-and-defaults version_added: ~