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

NAME

manager - Starts an Argon manager service

VERSION

version 0.17

SYNOPSIS

  manager --host localhost --port 4242

DESCRIPTION

Starts the Argon manager service. The service will not accept any tasks until at least one worker has registered with it.

OPTIONS

port

Optionally specifies the port to listen on. Defaults to an OS-assigned port.

host

Optionally specifies the device address to listen on. Defaults to an OS-assigned address.

key

Path to the file containing the encryption key.

verbose

Level of verbosity (1-9; defaults to 5/warn).

AUTHOR

Jeff Ober <sysread@fastmail.fm>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Jeff Ober.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.