class

Mosquito::Runners::QueueList

Inherits Mosquito::Runners::IdleWait < Mosquito::Runnable < Mosquito::Runners::RunAtMost < Reference < Object

QueueList handles searching the redis keyspace for named queues.

Constants

Log = ::Log.for(self)

Constructors

Instance methods

each(*args, **options)
Source
each(*args, **options, &)
Source
each_run

Implementation of what this Runnable should do on each cycle.

Take care that @state is #running? at the end of the method unless it is finished and should exit.

Source
queues
Source
runnable_name

Used to print a pretty name for logging.

Source