Hi, once again I am problably not understanding something, otherwise this may be a bug.
Step 1, refresh the feed. 5 new nodes created from the feed.
Step 2, delete node 3
Step 3 wait 5 minutes and refresh the feed. (The source feed has not changed however)
Step 4, no new nodes created.
In step 4 I expected the now missing record to be replaced from the feed but it is not, Is this a bug? I need to bable to refresh an Item from the feed if I delete it from drupal as a node....
Thanks for your time...
Comments
Comment #1
aron novakThe problem is at the Step 3. Wait 5 minutes. If the source feed is unaltered, because of caching mechanism, feedapi won't go through on the whole feed processing for performance reasons obviously.
Comment #2
spydmobile commentedSure I totaly get what you are saying, but what if data changes on this end, in my example a record is deleted from nodes and althought the feed at the other end has not changed, the data on this end has, and that should at least trigger something that says the two are out of sync?
F
Comment #3
aron novaknow simplepie has a timeout option.
Also, the logic of the feed refreshing has been changed.