9 assert(
'is_array($croninfo)');
10 assert(
'array_key_exists("summary", $croninfo)');
11 assert(
'array_key_exists("tag", $croninfo)');
15 if (is_null(
$statconfig->getValue(
'cron_tag', null))) {
22 $maxtime =
$statconfig->getInteger(
'time_limit', null);
24 set_time_limit($maxtime);
36 $message =
'Loganalyzer threw exception: ' . $e->getMessage();
foreach($argv as $a) $aggregator
statistics_hook_cron(&$croninfo)
Hook to run a cron job.
catch(Exception $e) $message
static getConfig($filename='config.php', $configSet='simplesaml')
Load a configuration file from a configuration set.