summaryrefslogtreecommitdiff
path: root/app/workers/ci/cancel_pipeline_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/ci/cancel_pipeline_worker.rb')
-rw-r--r--app/workers/ci/cancel_pipeline_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/ci/cancel_pipeline_worker.rb b/app/workers/ci/cancel_pipeline_worker.rb
index 147839a0625..2735498b6bb 100644
--- a/app/workers/ci/cancel_pipeline_worker.rb
+++ b/app/workers/ci/cancel_pipeline_worker.rb
@@ -10,6 +10,7 @@ module Ci
idempotent!
deduplicate :until_executed
urgency :high
+ loggable_arguments 1
def perform(pipeline_id, auto_canceled_by_pipeline_id)
::Ci::Pipeline.find_by_id(pipeline_id).try do |pipeline|