commit | 735d2fd5a21d2721468c63598553cb4115cdbb8c | [log] [tgz] |
---|---|---|
author | Vladislav Naumov <vnaumov@mirantis.com> | Fri Sep 22 15:26:28 2017 +0300 |
committer | Vladislav Naumov <vnaumov@mirantis.com> | Mon Sep 25 13:48:51 2017 +0300 |
tree | feabcc7a3c320398c826f1c3a61913b1c81dbb07 | |
parent | dae0fc3277a396476ea43f63f04375cddb952a56 [diff] [blame] |
possibility of defining proxy timeouts related bug: https://mirantis.jira.com/browse/PROD-14603 Change-Id: I26205b3e9ff7ef139c7586520da04ff393e659c0
diff --git a/devops_portal/service/janitor_monkey.yml b/devops_portal/service/janitor_monkey.yml index f16ae7c..8544645 100644 --- a/devops_portal/service/janitor_monkey.yml +++ b/devops_portal/service/janitor_monkey.yml
@@ -5,6 +5,10 @@ janitormonkey: configure_proxy: true resolve_hostname: true + proxy_connect_timeout: 300 + proxy_send_timeout: 300 + proxy_read_timeout: 300 + send_timeout: 300 endpoint: address: ${_param:janitor_monkey_bind_host} port: ${_param:janitor_monkey_bind_port}