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: ~