summaryrefslogtreecommitdiff
path: root/app/workers
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 10:02:30 +0100
committerAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 10:57:09 +0100
commit08752e5d742a144ffb1ec7c8e07e7a558774fbfc (patch)
tree8f7f3e698eafccfefcd0312e1c7abbda07fc3325 /app/workers
parentc46417c5064867d72debb15c4e280db24c6ab73c (diff)
downloadgitlab-ce-08752e5d742a144ffb1ec7c8e07e7a558774fbfc.tar.gz
Remove `Clusters::Applications::FetchInstallationStatusService`
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/cluster_wait_for_app_installation_worker.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/workers/cluster_wait_for_app_installation_worker.rb b/app/workers/cluster_wait_for_app_installation_worker.rb
index d5974c467c4..548f34fc6a5 100644
--- a/app/workers/cluster_wait_for_app_installation_worker.rb
+++ b/app/workers/cluster_wait_for_app_installation_worker.rb
@@ -3,8 +3,7 @@ class ClusterWaitForAppInstallationWorker
include ClusterQueue
include ClusterApplications
- INITIAL_INTERVAL = 30.seconds
- EAGER_INTERVAL = 10.seconds
+ INTERVAL = 30.seconds
TIMEOUT = 20.minutes
def perform(app_name, app_id)