unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

Periodic imports gets stuck halfway #896

Open Shaderpixel opened 9 years ago

Shaderpixel commented 9 years ago

On fmo.unl.edu website, BMR .csv file imports will freeze at certain percentage intervals as do file deletions. For import file deletions, the feed importer needs to be unlocked couple of times to fully purge the importer.

Found two links on the issue: https://www.drupal.org/node/1693966 https://www.drupal.org/node/2275893

TL:DR : Thread 1693966 says use a unique identifier in file Thread 2275893 says On investigation it turns out that at first a job is scheduled, importing the first part. When that is done no new job is scheduled, thus resulting in an unfinished 'locked' job. Has patch in thread.