ONO::Cron::Service

Cron Service is ONO's non-configurable cron service, running a number of important features in the background.

Functions

connect();

Connect to the main ONO database.

ONO::Cron::Service->connect( );
returns: $db

run();

The main Service module, used to launch all other stuff.

ONO::Cron::Service->run( );

timestamp();

Generate a human-readable timestamp.

ONO::Cron::Service->timestamp( );

Sub-Modules

Dependencies

Code