Class: Resque::Cluster
- Inherits:
-
Object
- Object
- Resque::Cluster
- Defined in:
- lib/resque/cluster.rb,
lib/resque/cluster/config.rb,
lib/resque/cluster/member.rb,
lib/resque/cluster/version.rb,
lib/resque/cluster/config/file.rb,
lib/resque/cluster/config/verifier.rb
Overview
Distributed Pool is a clustered resque-pool
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.2.2'
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
-
.member ⇒ Object
Returns the value of attribute member.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
8 9 10 |
# File 'lib/resque/cluster.rb', line 8 def config @config end |
.member ⇒ Object
Returns the value of attribute member.
8 9 10 |
# File 'lib/resque/cluster.rb', line 8 def member @member end |
Class Method Details
.init(started_pool) ⇒ Object
10 11 12 |
# File 'lib/resque/cluster.rb', line 10 def init(started_pool) @member = Member.new(started_pool) end |