Exception: Workling::QueueserverNotFoundError
- Inherits:
-
WorklingError
- Object
- StandardError
- WorklingError
- Workling::QueueserverNotFoundError
- Defined in:
- lib/workling.rb
Instance Method Summary collapse
-
#initialize ⇒ QueueserverNotFoundError
constructor
A new instance of QueueserverNotFoundError.
Constructor Details
#initialize ⇒ QueueserverNotFoundError
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 |