Skip to content
Snippets Groups Projects
Commit fe0de99c authored by Stan Hu's avatar Stan Hu
Browse files

Gracefully recover from Redis connection failures in Sidekiq initializer

* Closes gitlab-org/gitlab-ce#25143
* Closes omnibus-gitlab#1743
parent 8146ad81
No related branches found
No related tags found
1 merge request!7835Gracefully recover from Redis connection failures in Sidekiq initializer
Pipeline #
---
title: Gracefully recover from Redis connection failures in Sidekiq initializer
merge_request:
author:
Loading
Loading
@@ -61,5 +61,5 @@ begin
end
end
end
rescue Redis::BaseError, SocketError
rescue Redis::BaseError, SocketError, Errno::ENOENT, Errno::EAFNOSUPPORT, Errno::ECONNRESET, Errno::ECONNREFUSED
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment