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
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