Add odcs_celery_* defaults.
This commit is contained in:
parent
9b64e5d86a
commit
04d75773e4
1 changed files with 13 additions and 0 deletions
|
@ -35,4 +35,17 @@ odcs_arches: ["x86_64"]
|
|||
odcs_sigkeys: []
|
||||
odcs_messaging_producer_broker_urls: []
|
||||
odcs_messaging_consumer_broker_urls: []
|
||||
odcs_celery_broker_username: null
|
||||
odcs_celery_broker_password: null
|
||||
odcs_celery_broker_host: null
|
||||
odcs_celery_broker_port: null
|
||||
odcs_celery_broker_vhost: rabbitmq
|
||||
odcs_celery_queues: ["pungi_composes", "pulp_composes", "cleanup"]
|
||||
odcs_celery_router_config: null
|
||||
odcs_runroot_ssh_hostnames: {"x86_64": "localhost"}
|
||||
# The default is 24 hours
|
||||
odcs_seconds_to_live: 86400
|
||||
# # The default is 72 hours
|
||||
odcs_max_seconds_to_live: 259200
|
||||
odcs_celery_concurrency: 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue