Exception: Zack::AnswerLost

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zack.rb

Overview

Gets raised when the connection to the beanstalk server is lost during a client call. In some cases you might not loose an answer, but you might have lost the request itself.

The client object reconnects and will work as soon as the beanstalkd server comes back.