Add odcs_celery_* defaults.

This commit is contained in:
Jan Kaluža 2019-10-21 08:20:11 +00:00 committed by Pierre-Yves Chibon
parent 9b64e5d86a
commit 04d75773e4

View file

@ -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