Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2014 at 18:19 UTC
Updated:
11 May 2016 at 10:44 UTC
Jump to comment: Most recent
Comments
Comment #1
Leeteq commented(More concise title.)
Comment #2
twistor commentedThere's not really a simple way around this.
Newer versions of Feeds have done some work to keep running the current import if it hasn't finished, but it still won't finish if you have thousands of items.
We can't keep cron running for as long as it would take to import thousands of rows.
If this is for end users, then they can manually run the import. Or, you can set cron to run frequently (every 5 minutes) and try to ensure things get imported quickly.
You can set up an external queue runner, in a cron tab entry
drush queue-run feeds_source_import. This can be run very often, that will make the imports occur quicker.Do you have the "import in background" enabled.
Comment #3
megachrizI think #2 answers the question.