Commit 27ca9b47 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'issue_281173' into 'master'

Set worker resource boundary for ImportRequirementsCsvWorker as worker is likely IO based

See merge request gitlab-org/gitlab!81229
parents 90241374 5f23bc1d
......@@ -11,8 +11,6 @@ module RequirementsManagement
idempotent!
feature_category :requirements_management
# TODO: Set worker_resource_boundary.
# https://gitlab.com/gitlab-org/gitlab/-/issues/281173
sidekiq_retries_exhausted do |job|
Upload.find(job['args'][2]).destroy
......
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