summaryrefslogtreecommitdiff
path: root/app/workers/repository_archive_cache_worker.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-29 03:09:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-29 03:09:06 +0000
commitff3bb8c2ebda1a58974f2955e70b24f35f25e011 (patch)
tree872cbcc32cfdefea00000c412af56d122056044e /app/workers/repository_archive_cache_worker.rb
parentce806e2ad62f068473a7ac38494abfc18799e339 (diff)
downloadgitlab-ce-ff3bb8c2ebda1a58974f2955e70b24f35f25e011.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/repository_archive_cache_worker.rb')
-rw-r--r--app/workers/repository_archive_cache_worker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/repository_archive_cache_worker.rb b/app/workers/repository_archive_cache_worker.rb
index ab3cc7edfda..c713f54faa5 100644
--- a/app/workers/repository_archive_cache_worker.rb
+++ b/app/workers/repository_archive_cache_worker.rb
@@ -5,7 +5,6 @@ class RepositoryArchiveCacheWorker # rubocop:disable Scalability/IdempotentWorke
data_consistency :always
- sidekiq_options retry: 3
# rubocop:disable Scalability/CronWorkerContext
# This worker does not perform work scoped to a context
include CronjobQueue