Class: Gouda::OnlyQueuesConstraint
- Inherits:
-
Struct
- Object
- Struct
- Gouda::OnlyQueuesConstraint
- Defined in:
- lib/gouda/queue_constraints.rb
Overview
Allows execution of jobs only from specified queues For example, if you have a queue named “gpu”, and you run jobs requiring a GPU on this queue, on your worker script running on GPU-equipped machines you could use ‘OnlyQueuesConstraint.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
19 20 21 |
# File 'lib/gouda/queue_constraints.rb', line 19 def queue_names @queue_names end |