Skip to content
Ben Kirzhner edited this page Aug 7, 2013 · 2 revisions

Quickly and easily fork a pool of qless workers. Qless pool is a simple library for managing a pool of qless workers. Given a config file, it manages your workers for you, starting up the appropriate number of workers for each queue pattern.

Qmore is a qless plugin that gives one more control over how queues are processed. Qmore allows one to specify the queues a worker processes by the use of wildcards, negations, or dynamic look up from redis. It also allows one to specify the relative priority between queues (rather than within a single queue). It plugs into the Qless webapp to make it easy to manage the queues.

Clone this wiki locally