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-07-29 06:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-29 06:09:06 +0300
commitff3bb8c2ebda1a58974f2955e70b24f35f25e011 (patch)
tree872cbcc32cfdefea00000c412af56d122056044e /app/workers/import_export_project_cleanup_worker.rb
parentce806e2ad62f068473a7ac38494abfc18799e339 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/import_export_project_cleanup_worker.rb')
-rw-r--r--app/workers/import_export_project_cleanup_worker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/import_export_project_cleanup_worker.rb b/app/workers/import_export_project_cleanup_worker.rb
index 568647bd975..4cb59c424d1 100644
--- a/app/workers/import_export_project_cleanup_worker.rb
+++ b/app/workers/import_export_project_cleanup_worker.rb
@@ -5,7 +5,6 @@ class ImportExportProjectCleanupWorker # rubocop:disable Scalability/IdempotentW
data_consistency :always
- sidekiq_options retry: 3
# rubocop:disable Scalability/CronWorkerContext
# This worker does not perform work scoped to a context
include CronjobQueue