class Concurrent::Agent::Error
Raised during action processing or any other time in an Agent’s lifecycle.
def initialize(message = nil)
def initialize(message = nil) message ||= 'agent must be restarted before jobs can post' super(message) end
Raised during action processing or any other time in an Agent’s lifecycle.
def initialize(message = nil) message ||= 'agent must be restarted before jobs can post' super(message) end