Skip to content

Commit

Permalink
Addressed comments: Added sample config in the docs as well as refere…
Browse files Browse the repository at this point in the history
…nce link for all the celery configs.
  • Loading branch information
sachin-arora-cashfree authored and arorasachin9 committed Dec 22, 2024
1 parent f9a05ce commit 2c56333
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion providers/src/airflow/providers/celery/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ~
Expand Down

0 comments on commit 2c56333

Please sign in to comment.