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

alex_b’s picture

Priority: Critical » Normal

This 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.

alex_b’s picture

Status: Active » Closed (fixed)

Closing after prolonged inactivity. Other possible duplicate: #704272: Duplicate node entry when cron runs