Closed (fixed)
Project:
Feeds
Version:
7.x-2.0-alpha5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2013 at 07:28 UTC
Updated:
25 Oct 2016 at 08:44 UTC
Jump to comment: Most recent
Comments
Comment #1
megachrizIt depends. Truncating the queue table means that you cancel tasks that have not be completed yet. The feeds_source_import queue is used for importing data that takes more than one cron run to complete. Deleting items from this queue effectively means that you terminate the import task. The importer will then remain in a locked state.
But you can always unlock the importer and restart the import, so it doesn't have to be a problem. If you configured an unique target in your mapping (and have "Skip hash check" unchecked on the processor settings), Feeds will skip already imported items, so restarting an import won't lead to duplicate items in this case.