I think
message = "Network error on read from #{connection.hostport} while adding job, marking server bad"
should be
message = "Network error on read from #{connection.to_host_port} while adding job, marking server bad"
I don't see hostport defined in the Connection class
I think
should be
I don't see
hostportdefined in theConnectionclass