class Legion::Extensions::Tasker::Transport::Messages::FetchDelayed

Public Instance Methods

expiration() click to toggle source
# File lib/legion/extensions/tasker/transport/messages/fetch_delayed.rb, line 7
def expiration
  5000
end
routing_key() click to toggle source
# File lib/legion/extensions/tasker/transport/messages/fetch_delayed.rb, line 3
def routing_key
  'fetch.delayed'
end