Project:FeedAPI
Version:6.x-1.9-beta2
Component:Code feedapi (core module)
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I have a big RSS news site. Things were going fine till Drupal 6.14. I updated to FeedAPI 1.9 beta 2 but there are still problems.

I have around 110 feeds and I'm on a VPS. PHP max. exec. time is set to 600 so it's not a problem for me. Problem is not all feeds are updated during cron which runs once a hour. Before 6.14 I was collecting around 2250 news in a day now it's under 1000. Some feeds seem not being updated. Any reason ?

Beside this when I update feeds manually, I get something like this:

# 50 new item(s) were saved. 0 existing item(s) were updated.
# 10 new item(s) were saved. 0 existing item(s) were updated.
# 152 new item(s) were saved. 0 existing item(s) were updated.

or

# 20 new item(s) were saved. 0 existing item(s) were updated.
# 78 new item(s) were saved. 0 existing item(s) were updated.
# 20 new item(s) were saved. 0 existing item(s) were updated.
# 15 new item(s) were saved. 0 existing item(s) were updated.
# 2 new item(s) were saved. 0 existing item(s) were updated.

If I refresh 1 feed, how can I get 5 different updates ?

Comments

#1

I don't know what's happening but my site is not updated during cron any more. HELP!

#2

I followed my site for 24 hours and here is what happens.

VPS goes out of memory during day (384 MB is not enough for a Drupal site ???) it gives below errors:

/home/admin/egazete.com/includes/database.mysqli.inc dosyasında 108 satırında mysqli_query() [function.mysqli-query]: (HY000/5): Out of memory (Needed 1048548 bytes)

and

/home/admin/egazete.com/modules/taxonomy/taxonomy.module dosyasında 1138 satırında Out of memory (Needed 256880 bytes) query: SELECT DISTINCT(n.nid), n.sticky, n.title, n.created FROM node n INNER JOIN term_node tn0 ON n.vid = tn0.vid WHERE n.status = 1 AND tn0.tid IN (3) ORDER BY n.sticky DESC, n.created DESC LIMIT 0, 10

even I restart VPS or memory usage lowers somehow and things are ok, cron doesn't update feeds for some reason. allthough cron runs succesfully.

any idea ?

#3

I added my site's memory usage. In every cron something gets extra memory but doesn't leave it after cron is completed. In 24 hours site becomes out of memory.

still no idea ?

AttachmentSize
memory_usage_VPS_Drupal_site.png 38.31 KB
nobody click here