LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Run PFA on each pool simultaneously, not serially. #1012

Open jeffreywescott opened 7 years ago

jeffreywescott commented 7 years ago

From ch2532

Currently we run the PFA separately on each pool, one at a time. It can take over 20 minutes to run. We should kick it off for each pool in parallel in separate threads or jobs. This would make it about 5 times faster.

jeffreywescott commented 7 years ago

[Comment from Clubhouse user @jeffreywescott:] @bundacia: is this a big lift?

jeffreywescott commented 7 years ago

[Comment from Clubhouse user @bundacia:] Probably a day or two of work.

jeffreywescott commented 7 years ago

[Comment from Clubhouse user @jeffreywescott:] @prattsj: worth moving to be a P4 thing? If not, I think we should archive this.