Commit ba4250c1 authored by DJ Mountney's avatar DJ Mountney

Update sidekiq redis error rescue to include addrnotavail

parent 353af927
...@@ -74,5 +74,5 @@ begin ...@@ -74,5 +74,5 @@ begin
end end
end 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 end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment