Changes for version 2.83 - 2015-08-16

  • Happy CPAN Day! #cpanday
  • NEW Official SQLite schema in sql/helios_schema_sqlite.sql.
  • The Oracle schema DDL in sql/helios_schema_oracle.sql as been replaced with a new, simpler version. The Helios database structures are unchanged, but this new DDL version should be clearer and easier to adapt to most Oracle environments.
  • Removed CRLF line endings that found their way into some files over the years. Line endings in all files should now be Unix- style linefeeds.

Documentation

CGI script to receive jobs for Helios via HTTP POST
Launch a daemon to service jobs in the Helios job processing system
get a config parameter's value from the Helios collective database
import a INI-style config file into the Helios database
set a config param's value in the Helios database
delete a config param's value from the Helios database
get detailed information about a job in a Helios collective
get a Helios job's exitstatus
Submit a job to the Helios job processing system from the cmd line
Add a jobtype to the Helios collective database
Get info about a jobtype from the Helios collective database
Clean old log and history entries from the Helios database
check the status of services running in a Helios collective
Helios configuration parameter reference
a tutorial for getting started with Helios

Modules

install all Helios related modules
a distributed job processing system
base class for Helios configuration system
a convenience class to import all Helios::Error exception classes
base exception class for Helios services
exception class for Helios indicating a configuration error occurred
exception class for Helios indicating a database error occurred
fatal exception class for Helios indicating a job failed but can be re-attempted
fatal exception class for Helios indicating a job failed and the error was so serious the job should not be reattempted.
exception class for Helios indicating a job's args are invalid
exception class for Helios indicating a jobtype error occurred
exception class for Helios indicating an error occurred in the logging subsystem
exception class for Helios indicating an object driver error occurred
exception class for Helios indicating a job was successful but it encountered errors during processing
base class for jobs in the Helios job processing system
class to represent Helios jobtypes
Base class for sending Helios logging information to external loggers
Helios::Logger subclass implementing Helios internal logging
base class for metajob burst services in Helios
class to return Helios::ObjectDriver::DBI objects pointing to the collective database
Data::ObjectDriver subclass for Helios
base class for services in the Helios job processing system
TheSchwartz subclass for Helios
TheSchwartz::Job subclass for Helios
Helios::Service subclass useful for testing

Provides

in lib/Helios/ConfigParam.pm
in lib/Helios/JobHistory.pm
in lib/Helios/LogEntry.pm
in lib/Helios/LogEntry/Levels.pm