I recently rebuilt drupaldigest.net using Drigg and Feeds module.
Now I am getting duplicate content (which I have been deleting manually).
The reports confirm that cron completes but FeedsScheduler errors saying that previous cron did not finish.
Would this be the cause for the duplicate content?
Any suggestions how to resolve this issue?
cron 12/03/2009 - 21:09 Cron run completed. Anonymous
FeedsScheduler 12/03/2009 - 21:09 Finished processing schedule after 0 sec. Anonymous
error FeedsScheduler 12/03/2009 - 21:09 Last cron process did not finish. Anonymous
Comments
Comment #1
alex_b commentedThis could well be the cause for the issue. If so, #640508: Lock sources before importing/expiring/clearing them will fix your problem.
Nevertheless, timeouts on cron arent' good. Did you tune parameters like feeds_schedule_num ?
Have you tried using drupal_queue module? It offloads importing to separate concurrent processes.
Comment #2
alex_b commentedClosing after prolonged inactivity. Other possible duplicate: #704272: Duplicate node entry when cron runs