class Resque::Cluster

Distributed Pool is a clustered resque-pool

Constants

VERSION

Attributes

config[RW]
member[RW]

Public Class Methods

init(started_pool) click to toggle source
# File lib/resque/cluster.rb, line 10
def init(started_pool)
  @member = Member.new(started_pool)
end