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

NAME

helios_jobtype_add - Add a jobtype to the Helios collective database

SYNOPSIS

 helios_jobtype_add --name=MyService

 # "--name" is optional
 helios_jobtype_add MyNewService

DESCRIPTION

Use the helios_jobtype_add command to add a new jobtype to your Helios collective. Every Helios job has an associated jobtype, which usually has the same name as the Helios service that will run the job. However, in some more complex configurations a single Helios service can service multiple jobtypes. In such cases, helios_jobtype_add can be used add new jobtypes to the collective database.

SEE ALSO

Helios::JobType

AUTHOR

Andrew Johnson, <lajandy at cpan dot org>

COPYRIGHT AND LICENSE

Copyright (C) 2013-4 by Logical Helion, LLC.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.