The above message appears after cron finishes deleting entries created by a feed.
I import some users using /import/myfeed, then I delete the users using the Delete Items tab on the /import/myfeed/delete-items
50 users are deleted on each execution of cron and after the last batch this error appears.

In the job_schedule table the entry for feeds_source_clear still exists. I believe the issue is that the $job variable is set inside the then branch of the if statement in public function scheduleClear(), (FeedsSource.inc line 307) so that in the else branch where the job should be removed, the $job is undefined and thus not removed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

twistor’s picture

Version: 7.x-2.0-alpha5 » 7.x-2.x-dev
Assigned: Unassigned » twistor
Priority: Normal » Major
Status: Active » Needs review
FileSize
1.14 KB

I think this is causing some bigger issues.

twistor’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tuccio’s picture

I believe this is related to http://drupal.org/node/1103606.

twistor’s picture

Assigned: twistor » Unassigned
twistor’s picture

Issue summary: View changes

fixed spelling mistake