Commit e7fbbc67 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'move-phabricator-import-workers-to-correct-location' into 'master'

Move Phabricator import workers to correct location

See merge request gitlab-org/gitlab!23424
parents b1772d19 23f8f880
......@@ -192,3 +192,4 @@
- self_monitoring_project_create
- self_monitoring_project_delete
- merge_request_mergeability_check
- phabricator_import_import_tasks
......@@ -19,8 +19,7 @@
module Gitlab
module PhabricatorImport
class BaseWorker
include ApplicationWorker
include ProjectImportOptions # This marks the project as failed after too many tries
include WorkerAttributes
include Gitlab::ExclusiveLeaseHelpers
feature_category :importers
......
......@@ -2,6 +2,9 @@
module Gitlab
module PhabricatorImport
class ImportTasksWorker < BaseWorker
include ApplicationWorker
include ProjectImportOptions # This marks the project as failed after too many tries
def importer_class
Gitlab::PhabricatorImport::Issues::Importer
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment