Commit ddccf62d authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bvl-update-csv-export-worker-boundary' into 'master'

Update resource boundary for ExportCsvWorker

See merge request gitlab-org/gitlab!25548
parents 91b7a1e4 2be7badc
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
:feature_category: :issue_tracking :feature_category: :issue_tracking
:has_external_dependencies: :has_external_dependencies:
:latency_sensitive: :latency_sensitive:
:resource_boundary: :memory :resource_boundary: :cpu
:weight: 1 :weight: 1
:idempotent: :idempotent:
- :name: ldap_group_sync - :name: ldap_group_sync
......
...@@ -4,7 +4,7 @@ class ExportCsvWorker # rubocop:disable Scalability/IdempotentWorker ...@@ -4,7 +4,7 @@ class ExportCsvWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker include ApplicationWorker
feature_category :issue_tracking feature_category :issue_tracking
worker_resource_boundary :memory worker_resource_boundary :cpu
def perform(current_user_id, project_id, params) def perform(current_user_id, project_id, params)
@current_user = User.find(current_user_id) @current_user = User.find(current_user_id)
......
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