-
-
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::ClientJobs
METHODS
new
complete([$offset, $count])
Return the paginated jids of complete jobs
tracked
Return an array of job objects that are being tracked
tagged($tag[, $offset, $count])
Return the paginated jids of jobs tagged with a tag
failed([$group, $offset, $count])
If no group is provided, this returns a JSON blob of the counts of the various types of failures known. If a type is provided, returns paginated job objects affected by that kind of failure.
item($jid)
Get a job object corresponding to that jid, or
undef
if it doesn't existModule 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.