-
-
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::Client
METHODS
new
track($jid)
Begin tracking the job
untrack($jid)
Stop tracking the job
tags([$offset, $count])
The most common tags among jobs
event - TBD
Listen for a single event
events -TBD
Listen indefinitely for all events
unfail($group, $queue[, $count])
Move jobs from the failed group to the provided queue
config
workers([$name])
queues([$name])
If the name is specified, this method gets or creates a queue with that name. Otherwise it returns Qless::Queues object;
jobs([$jid])
If jid is specified this method returns a job object corresponding to that jid, or
undef
if it doesn't exist. Otherwise it returns Qless::ClientJobs objectworker_name
redis
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.