Commit d6ed219c authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'patch-62' into 'master'

Attribute ProjectExportWorker to group::import

See merge request gitlab-org/gitlab!24898
parents dde800cf 94e2de6e
...@@ -958,7 +958,7 @@ ...@@ -958,7 +958,7 @@
:resource_boundary: :unknown :resource_boundary: :unknown
:weight: 1 :weight: 1
- :name: project_export - :name: project_export
:feature_category: :source_code_management :feature_category: :importers
:has_external_dependencies: :has_external_dependencies:
:latency_sensitive: :latency_sensitive:
:resource_boundary: :memory :resource_boundary: :memory
......
...@@ -5,7 +5,7 @@ class ProjectExportWorker ...@@ -5,7 +5,7 @@ class ProjectExportWorker
include ExceptionBacktrace include ExceptionBacktrace
sidekiq_options retry: 3 sidekiq_options retry: 3
feature_category :source_code_management feature_category :importers
worker_resource_boundary :memory worker_resource_boundary :memory
def perform(current_user_id, project_id, after_export_strategy = {}, params = {}) def perform(current_user_id, project_id, after_export_strategy = {}, params = {})
......
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