Class: Legion::Extensions::Scheduler::Transport::Queues::Schedule
- Inherits:
-
Transport::Queue
- Object
- Transport::Queue
- Legion::Extensions::Scheduler::Transport::Queues::Schedule
- Defined in:
- lib/legion/extensions/scheduler/transport/queues/schedule.rb
Instance Method Summary collapse
Instance Method Details
#queue_options ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'lib/legion/extensions/scheduler/transport/queues/schedule.rb', line 5 def { arguments: { 'x-single-active-consumer': true, 'x-max-priority': 255, 'x-message-ttl': 5 }, auto_delete: false } end |