Skip to content
Snippets Groups Projects
Commit 2a6486d5 authored by vlorentz's avatar vlorentz
Browse files

Fix build failing due to missing cli-config-celery section

parent 99d8a2d6
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,21 @@ HTTP endpoint; usually on port 5008 or at the path ``/scheduler/``.::
cls: remote
url: http://saatchi.internal.softwareheritage.org:5008
.. _cli-config-celery:
celery
^^^^^^
Some of of the scheduler's admin subcommand additionally expect Celery configuration::
celery:
broker_heartbeat: null
task_broker: amqp://guest:guest@amqp/%2f
broker_transport_options:
max_retries: 1
Other configuration options, as well as their default values, can be found in
`swh/scheduler/celery_backend/config.py <https://gitlab.softwareheritage.org/swh/devel/swh-scheduler/-/blob/9a91b8d197b3a0d19cbaa95f7008702280eed05e/swh/scheduler/celery_backend/config.py#L313-357>`__
.. _cli-config-storage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment