Update sidekiq redis error rescue to include addrnotavail

This commit is contained in:
DJ Mountney 2017-06-27 23:13:36 -07:00
parent 353af927d2
commit ba4250c119
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@ begin
end
end
end
rescue Redis::BaseError, SocketError, Errno::ENOENT, Errno::EAFNOSUPPORT, Errno::ECONNRESET, Errno::ECONNREFUSED
rescue Redis::BaseError, SocketError, Errno::ENOENT, Errno::EADDRNOTAVAIL, Errno::EAFNOSUPPORT, Errno::ECONNRESET, Errno::ECONNREFUSED
end