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/ci/create_cross_project_pipeline_worker.rb')
-rw-r--r--app/workers/ci/create_cross_project_pipeline_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/ci/create_cross_project_pipeline_worker.rb b/app/workers/ci/create_cross_project_pipeline_worker.rb
index 679574d9f60..4881ee12e5c 100644
--- a/app/workers/ci/create_cross_project_pipeline_worker.rb
+++ b/app/workers/ci/create_cross_project_pipeline_worker.rb
@@ -5,6 +5,7 @@ module Ci
include ::ApplicationWorker
include ::PipelineQueue
+ sidekiq_options retry: 3
worker_resource_boundary :cpu
def perform(bridge_id)