Hi,

I have two Feed Importers. My basic settings for both for "Periodic import" is every day and I selected "Import on submission". I have 500 node to import with these importers. But they always stuck.

I found this issue https://www.drupal.org/node/2275893 but this is only for non-periodic imports. I use my importers with a cron-job and the trigger scheduler every day at 3 pm.

Can somebody help me with this issue.

Feeds 7.x-2.0-alpha8

Comments

drupalnesia’s picture

Category: Bug report » Support request
Status: Needs work » Closed (outdated)

This post was 2015 and not related to Bug Report but Support Request. So I close this post with some solutions below:

Just to note that import usually stuck caused by:
1. No UNIQUE field
2. Error on special fields such as wrong code inside Computer Field
3. Try to add suspected import ROW manually and see what error reported by Drupal website

MegaChriz’s picture

@drupalisme
Thanks for closing this old issue. Note however that not having a target set as unique doesn't generally cause an import to go stuck. An import getting stuck can be caused by the following:

In the past few years, a few bugs have been fixed related to periodic imports, so the original cause of the issue that @bavramor had may have been fixed by now.