Exception: Workling::QueueserverNotFoundError

Inherits:
WorklingError
  • Object
show all
Defined in:
lib/workling.rb

Instance Method Summary collapse

Constructor Details

#initializeQueueserverNotFoundError

Returns a new instance of QueueserverNotFoundError.



26
27
28
# File 'lib/workling.rb', line 26

def initialize
  super "config/workling.yml configured to connect to queue server on #{ Workling.config[:listens_on] } for this environment. could not connect to queue server on this host:port. for starling users: pass starling the port with -p flag when starting it. If you don't want to use Starling, then explicitly set Workling::Remote.dispatcher (see README for an example)"
end