summaryrefslogtreecommitdiff
path: root/app/workers/concerns/reactive_cacheable_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/concerns/reactive_cacheable_worker.rb')
-rw-r--r--app/workers/concerns/reactive_cacheable_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/concerns/reactive_cacheable_worker.rb b/app/workers/concerns/reactive_cacheable_worker.rb
index e73707c2b43..189b0607605 100644
--- a/app/workers/concerns/reactive_cacheable_worker.rb
+++ b/app/workers/concerns/reactive_cacheable_worker.rb
@@ -7,6 +7,7 @@ module ReactiveCacheableWorker
include ApplicationWorker
feature_category_not_owned!
+ loggable_arguments 0
def self.context_for_arguments(arguments)
class_name, *_other_args = arguments