canvas-lms/app
Cody Cutrer cfedec15da parallelize sis imports
* Controlled by plugin settings; default 1
 * Will re-balance incoming CSVs into at least <parallelism> new CSVs
   (per import type)
   * If there is a single CSV, it will be split optimally
   * If there are multiple CSVs, no such guarantees are made
 * Each CSV will be processed as a separate DelayedJob
 * Accounts are not parallelized
 * All other import types are parallelized within their own type. I.e.
   all courses will be imported before any sections are started

Change-Id: Ifa6fe4e63812be95db999bdf963ab7cc1b15b75d
Reviewed-on: https://gerrit.instructure.com/3582
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: JT Olds <jt@instructure.com>
2011-05-20 10:39:02 -06:00
..
coffeescripts improved periodic jobs support, refs #4226 2011-05-19 10:51:12 -06:00
controllers call user_content on fields returned via json to be displayed, refs #3669 2011-05-19 15:47:06 -06:00
helpers modify user_content strategy, fixes #3676 2011-05-19 15:46:56 -06:00
messages fix downloading attachments to messages and local file storage 2011-05-18 09:33:19 -06:00
middleware sis import api 2011-04-08 15:45:57 -06:00
models parallelize sis imports 2011-05-20 10:39:02 -06:00
stylesheets modify user_content strategy, fixes #3676 2011-05-19 15:46:56 -06:00
views parallelize sis imports 2011-05-20 10:39:02 -06:00