The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.82 - 2014-10-17

  • Helios::Config - fix for [RT98284]. The getParam() method did not take the given host into account when deciding whether to retrieve a parameter value from the database or just use the cached version.
  • helios_job_submit.pl - fix for [RT98845]. The validateParamsXML() function was not returning undef if the XML arguments did not validate.
  • Helios::Error - Added JobTypeError and ObjectDriverError to the list of loaded exceptions.
  • Helios::Error::*, Bundle::Helios - Added 5.008, strict, and warnings pragmas for Kwalitee.
  • Documentation updates to helios_job_submit.pl (thanks @jscook!), helios_jobtype_info, helios_service_status
  • Refactored eg/ examples to use Helios::App::* namespace, preventing CPAN namespace pollution.

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