Closed (outdated)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2010 at 14:50 UTC
Updated:
4 Mar 2016 at 21:47 UTC
Jump to comment: Most recent
Comments
Comment #1
XiaN Vizjereij commented( No edit button o_O )
Additional explanation : Lets say i have 50 different feedurls and feeds from mydummywebsite.com which i grab via calls to api.mydummywebsite/getrss?="name1". Because of possible DDoS attacks, its only allowed to call that api 10 times per second.
So it would be nice to set some sort of delay like
getfeed1
delay 250ms
getfeed2
delay 250ms
of maybe something like
get the first 10 feeds
delay 250ms
get the nest 10 feeds
Comment #2
alex_b commentedHmm... Not sure how I feel about that. It's basically adding another variable to an already quite complex system. We would at least have to make sure that the timing out feed updates is more robust if we embarked on this. Also: it is completely unclear on how to implement this when downloading from an API parallelly using Drupal Queue...
I recommend using the classes override mechanism (see README.txt and FeedsScheduler::instance()) to implement this functionality tailored to your use case.
Setting to postponed for now.
Comment #3
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.