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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/cluster_wait_for_app_installation_worker.rb b/app/workers/cluster_wait_for_app_installation_worker.rb
index e098c3b86b5..4bc29807ea4 100644
--- a/app/workers/cluster_wait_for_app_installation_worker.rb
+++ b/app/workers/cluster_wait_for_app_installation_worker.rb
@@ -10,6 +10,7 @@ class ClusterWaitForAppInstallationWorker # rubocop:disable Scalability/Idempote
worker_has_external_dependencies!
worker_resource_boundary :cpu
+ loggable_arguments 0
def perform(app_name, app_id)
find_application(app_name, app_id) do |app|