function aggregator_cron_queue_info

Implements hook_cron_queue_info().

File

modules/aggregator/aggregator.module, line 337

Code

function aggregator_cron_queue_info() {
  $queues['aggregator_feeds'] = array(
    'worker callback' => 'aggregator_refresh',
    'time' => 60,
  );
  return $queues;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.