-
-
20 Dec 2012 08:53:37 UTC
- Distribution: Qless
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (409 / 21 / 0)
- Kwalitee
Bus factor: 0- 28.94% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (58.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Load
- Daemon::Generic
- File::ShareDir
- JSON::XS
- Redis
- Time::HiRes
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
qless-worker - Worker for Qless Job Queues
USAGE
qless-worker [options] { start | stop | restart | status | help | version | debug }
OPTIONS
- --host, --socket
-
--host server:port --socket unix_socket_path
The host:port or unix_socket to connect to as the Redis server
- -q, --queue
-
-q queue_name
The queues to pull work from
- -I, --include
-
-I path
Path(s) to include when loading jobs
- -w, --workers
-
--workers count
How many processes to run.
- -i, --interval
-
-i seconds
The polling interval
- -n, --name
-
--name worker_name
Name to identify your worker as
- -r, --resume
-
Try to resume jobs when the worker agent is restarted
- -m, --import
-
-m module_name
The modules to preemptively import
- --pid
-
--pid file
PID file to use
COMMANDS
- start
-
Starts a new qless-worker if there isn't one running already
- stop
-
Stops a running qless-worker
- restart
-
Stops a running qless-worker if one is running. Starts a new one.
- status
-
Show daemon state.
- help
-
Display this usage info
- version
-
Display the version of qless-worker
- debug
-
Starts a new qless-worker in the foreground
Module Install Instructions
To install Qless, copy and paste the appropriate command in to your terminal.
cpanm Qless
perl -MCPAN -e shell install Qless
For more information on module installation, please visit the detailed CPAN module installation guide.