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.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/workers/import_export_project_cleanup_worker.rb b/app/workers/import_export_project_cleanup_worker.rb
index 72e3a9ae734..7957ed807ab 100644
--- a/app/workers/import_export_project_cleanup_worker.rb
+++ b/app/workers/import_export_project_cleanup_worker.rb
@@ -1,7 +1,6 @@
class ImportExportProjectCleanupWorker
include Sidekiq::Worker
-
- sidekiq_options queue: :default
+ include CronjobQueue
def perform
ImportExportCleanUpService.new.execute