Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
aggregator.module
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2005 at 10:01 UTC
Updated:
26 Mar 2009 at 03:22 UTC
Would be nice to have a manual link in the aggregator to update all feeds immediately without affecting cron. Attached patch (diff -Nur) adds this functionality.
| Comment | File | Size | Author |
|---|---|---|---|
| aggregator.module_6.patch | 1.86 KB | townxelliot |
Comments
Comment #1
Uwe Hermann commentedThe patch does still apply to HEAD, but doesn't seem to work.
Comment #2
Jaza commentedThis is still needed. There are links for manually updating each feed, but there is no link for updating all feeds. Moving to 6.x queue.
Comment #3
catchbumping.
Comment #4
alex_b commentedThis approach doesn't scale. When there are too many feeds in the system, this function will time out. I'd say: hit cron for updating all feeds.
Setting to won't fix.