Add Sidekiq job for importing CSV requirements async
Merged
requested to merge 249182-create-a-sidekiq-job-for-requirements-management-importer into master
All threads resolved!
Compare changes
Related to #249182 (closed)
As a follow up to !46361 (merged), this MR adds a Sidekiq job in order to enable scheduling CSV requirements import and perform it async.
This job would be scheduled in the next iteration MR where we add a GraphQL mutation to import the requirements.
Update: This job would be scheduled in the next iteration MR where we add an API endpoint to import the requirements. (The implementation changed due to lack of support for direct upload in GraphQL uploads. See #246857 (comment 448347386)).
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec
Related to #249182 (closed)