Rewrite import feature (#21054)

This commit is contained in:
Claire
2023-05-02 12:08:48 +02:00
committed by GitHub
parent 0ad2413b35
commit 32a030dd74
40 changed files with 2059 additions and 113 deletions

View File

@@ -2,6 +2,9 @@
require 'csv'
# NOTE: This is a deprecated service, only kept to not break ongoing imports
# on upgrade. See `BulkImportService` for its replacement.
class ImportService < BaseService
ROWS_PROCESSING_LIMIT = 20_000