33 assert(array_key_exists(
'summary',
$croninfo));
34 assert(array_key_exists(
'tag',
$croninfo));
36 if (
$croninfo[
'tag'] !==
'hourly')
return;
43 $link->getBinary()->delete();
48 }
catch (Exception $e) {
49 $message =
'riak threw exception: ' . $e->getMessage();
An exception for terminatinating execution or to throw for unit testing.
if(! $oauthconfig->getBoolean('getUserInfo.enable', FALSE)) $store
catch(Exception $e) $message
riak_hook_cron(&$croninfo)
Hook to run a cron job.