-
Notifications
You must be signed in to change notification settings - Fork 471
Description
Description:
In the 3.5, we have introduced RoR functionality which added the process of importing all of RoR dataset from API at the install phase and also upgrade (2 times every month) of dataset via schedule task . As this RoR bit is quite big, downloading, extracting and importing process at the install time cause the application install time a bit . Also sometimes occasional failure to download the dataset with long running process to download cause 502 or timeout at install time .
Solution: What the proposed solutions are and additional affected areas
If possible, break the importing process into smaller batch jobs .
What application are you using?
OJS, OMP or OPS version 3.5.0-1
PRs
Stable-3.5.0
pkp-lib --> #11652
ojs --> pkp/ojs#4998
omp --> pkp/omp#2064
ops --> pkp/ops#1051