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

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 object

worker_name

redis