Page MenuHomePhabricator

Optimize the CSV import to reduce the number of render jobs being created
Open, MediumPublic

Description

Running the script for T313051: Mass import translations from CSV file for MSG termbase created a lot of TranslateRenderJobs.

We may be able to reduce the number of jobs being created by importing translations for a single language first because TranslateRenderJob has removeDuplicates set to true.