NAME
Beam::Minion::Command::worker - Command to run a Beam::Minion worker
VERSION
version 0.016
SYNOPSIS
beam minion worker
DESCRIPTION
This command takes all the Beam::Wire containers located on the BEAM_PATH
environment variable and starts a Minion::Worker worker that will run any services inside.
Service jobs are added to the queue using the beam minion run command.
ENVIRONMENT
BEAM_MINION
This variable defines the shared database to coordinate the Minion workers. This database is used to queue the job. This must be the same for all workers and every job running.
See "Getting Started" in Beam::Minion for how to set this variable.
BEAM_PATH
This variable is a colon-separated list of directories to search for containers.
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.