Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/process_commit_worker.rb')
-rw-r--r--app/workers/process_commit_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/process_commit_worker.rb b/app/workers/process_commit_worker.rb
index 708dd3433cb..cc72704d8c9 100644
--- a/app/workers/process_commit_worker.rb
+++ b/app/workers/process_commit_worker.rb
@@ -19,6 +19,7 @@ class ProcessCommitWorker
weight 3
idempotent!
loggable_arguments 2, 3
+ deduplicate :until_executed, feature_flag: :deduplicate_process_commit_worker
# project_id - The ID of the project this commit belongs to.
# user_id - The ID of the user that pushed the commit.