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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-30 21:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-30 21:10:09 +0300
commitd899d2a373f8be3d94760299faafa19c3c432c1e (patch)
treec4648e948c6f8c5428bc0e0046b1dc2200e00402 /app/workers/hashed_storage/migrator_worker.rb
parent69d28d313c2a65ead87229841a50bfc130e8c952 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/hashed_storage/migrator_worker.rb')
-rw-r--r--app/workers/hashed_storage/migrator_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/hashed_storage/migrator_worker.rb b/app/workers/hashed_storage/migrator_worker.rb
index 5cbdfcb0602..7c8055cd647 100644
--- a/app/workers/hashed_storage/migrator_worker.rb
+++ b/app/workers/hashed_storage/migrator_worker.rb
@@ -4,6 +4,8 @@ module HashedStorage
class MigratorWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
+ sidekiq_options retry: 3
+
queue_namespace :hashed_storage
feature_category :source_code_management