summaryrefslogtreecommitdiff
path: root/app/workers/gitlab/jira_import/stage/start_import_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/gitlab/jira_import/stage/start_import_worker.rb')
-rw-r--r--app/workers/gitlab/jira_import/stage/start_import_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/gitlab/jira_import/stage/start_import_worker.rb b/app/workers/gitlab/jira_import/stage/start_import_worker.rb
index bfc02224ee4..e327ced8c65 100644
--- a/app/workers/gitlab/jira_import/stage/start_import_worker.rb
+++ b/app/workers/gitlab/jira_import/stage/start_import_worker.rb
@@ -5,6 +5,8 @@ module Gitlab
module Stage
class StartImportWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
+
+ sidekiq_options retry: 3
include ProjectStartImport
include ProjectImportOptions
include Gitlab::JiraImport::QueueOptions