summaryrefslogtreecommitdiff
path: root/app/workers/cluster_wait_for_app_installation_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/cluster_wait_for_app_installation_worker.rb')
-rw-r--r--app/workers/cluster_wait_for_app_installation_worker.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/workers/cluster_wait_for_app_installation_worker.rb b/app/workers/cluster_wait_for_app_installation_worker.rb
index e8d7e52f70f..1958c160d01 100644
--- a/app/workers/cluster_wait_for_app_installation_worker.rb
+++ b/app/workers/cluster_wait_for_app_installation_worker.rb
@@ -5,9 +5,6 @@ class ClusterWaitForAppInstallationWorker
include ClusterQueue
include ClusterApplications
- INTERVAL = 10.seconds
- TIMEOUT = 20.minutes
-
def perform(app_name, app_id)
find_application(app_name, app_id) do |app|
Clusters::Applications::CheckInstallationProgressService.new(app).execute