Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-02-25 04:45:26 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-02-25 04:50:03 +0300
commit20897ebc7afe498c7a521dbe9f9c197ee63d346b (patch)
treea397056c37fa61746a4096042e7b0341d1018c69 /app/services
parent636e2856177cd86e6d810fce50d396ca8f7f4c45 (diff)
Increase lease timeout for CheckIngressIpAddressService to reduce polling frequency (#42643)
Diffstat (limited to 'app/services')
-rw-r--r--app/services/clusters/applications/check_ingress_ip_address_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/clusters/applications/check_ingress_ip_address_service.rb b/app/services/clusters/applications/check_ingress_ip_address_service.rb
index a98e05b25cb..e572b1e5d99 100644
--- a/app/services/clusters/applications/check_ingress_ip_address_service.rb
+++ b/app/services/clusters/applications/check_ingress_ip_address_service.rb
@@ -5,7 +5,7 @@ module Clusters
Error = Class.new(StandardError)
- LEASE_TIMEOUT = 3.seconds.to_i
+ LEASE_TIMEOUT = 15.seconds.to_i
def execute
return if app.external_ip