Class: Gouda::ExceptQueueConstraint
- Inherits:
-
Struct
- Object
- Struct
- Gouda::ExceptQueueConstraint
- Defined in:
- lib/gouda/queue_constraints.rb
Overview
Allows execution of jobs from queues except the given ones For example, if you have a queue named “emails” which is time-critical, on all other machines your worker script can specify ‘ExceptQueueConstraint.new()`
Instance Attribute Summary collapse
-
#queue_names ⇒ Object
Returns the value of attribute queue_names.
Instance Method Summary collapse
Instance Attribute Details
#queue_names ⇒ Object
Returns the value of attribute queue_names
32 33 34 |
# File 'lib/gouda/queue_constraints.rb', line 32 def queue_names @queue_names end |