Class: Legion::Extensions::Tasker::Transport::Messages::FetchDelayed

Inherits:
Transport::Message
  • Object
show all
Defined in:
lib/legion/extensions/tasker/transport/messages/fetch_delayed.rb

Instance Method Summary collapse

Instance Method Details

#expirationObject



7
8
9
# File 'lib/legion/extensions/tasker/transport/messages/fetch_delayed.rb', line 7

def expiration
  5000
end

#routing_keyObject



3
4
5
# File 'lib/legion/extensions/tasker/transport/messages/fetch_delayed.rb', line 3

def routing_key
  'fetch.delayed'
end