module CI::Queue::Redis

Constants

Error
LostMaster
ReservationError

Attributes

requeue_offset[RW]

Public Class Methods

from_uri(uri, config) click to toggle source
# File lib/ci/queue/redis.rb, line 26
def from_uri(uri, config)
  new(uri.to_s, config)
end
new(*args) click to toggle source
# File lib/ci/queue/redis.rb, line 22
def new(*args)
  Worker.new(*args)
end