summaryrefslogtreecommitdiff
path: root/app/workers/ci/drop_pipeline_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/ci/drop_pipeline_worker.rb')
-rw-r--r--app/workers/ci/drop_pipeline_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/ci/drop_pipeline_worker.rb b/app/workers/ci/drop_pipeline_worker.rb
index bc158433228..f3672dba3fe 100644
--- a/app/workers/ci/drop_pipeline_worker.rb
+++ b/app/workers/ci/drop_pipeline_worker.rb
@@ -4,6 +4,8 @@ module Ci
class DropPipelineWorker
include ApplicationWorker
+ data_consistency :always
+
sidekiq_options retry: 3
include PipelineQueue