summaryrefslogtreecommitdiff
path: root/app/workers/import_export_project_cleanup_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/import_export_project_cleanup_worker.rb')
-rw-r--r--app/workers/import_export_project_cleanup_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/import_export_project_cleanup_worker.rb b/app/workers/import_export_project_cleanup_worker.rb
index dd345434d08..6e112a47932 100644
--- a/app/workers/import_export_project_cleanup_worker.rb
+++ b/app/workers/import_export_project_cleanup_worker.rb
@@ -2,6 +2,8 @@
class ImportExportProjectCleanupWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
+
+ sidekiq_options retry: 3
# rubocop:disable Scalability/CronWorkerContext
# This worker does not perform work scoped to a context
include CronjobQueue