see function drupal_cron_run(): http://api.drupal.org/api/function/drupal_cron_run/7 in /includes/common.inc

It invokes drupal_alter(), leading to hook_cron_queue_info_alter(), which isn't documented. See
http://api.drupal.org/api/function/hook_cron_queue_info/7

This is part of this meta-issue: #675046: Make sure all hooks in D7 have documentation: Make sure all hooks in D7 have documentation.

Comments

robeano’s picture

Status: Active » Needs review
StatusFileSize
new902 bytes

Patch is available now.

robeano’s picture

StatusFileSize
new911 bytes

Another try after a review by jhodgdon

robeano’s picture

StatusFileSize
new912 bytes

Darn ampersands!

Another try after a review by jhodgdon

robeano’s picture

StatusFileSize
new1.11 KB

one more thing

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Fourth time's a charm! :)

One more down, only 20-something more hooks to go.

gdd’s picture

Status: Reviewed & tested by the community » Needs work

So I hate to rain on the parade, but is it possible to add a comment above

$queues['aggregator_feeds']['time'] = 30;

explaining why you might want to do such a thing? It would be cool if the hook docs had some concept of why you might want to alter these things in addition to how.

chx’s picture

Status: Needs work » Reviewed & tested by the community
StatusFileSize
new1.05 KB
chx’s picture

StatusFileSize
new1.11 KB

I have counter checked with aggregator module and changed the numbers accordingly.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

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