From 4d67fe8fb2ff4d72953aee8ec37e67c624ab7741 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 a843e3e8b0734..3e6340f8a0975 100644 --- a/providers/src/airflow/providers/celery/provider.yaml +++ b/providers/src/airflow/providers/celery/provider.yaml @@ -331,7 +331,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: ~