Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-02-26 12:54:20 +0300
committerIan Baum <ibaum@gitlab.com>2018-03-07 01:13:43 +0300
commitf750e0b3583cbdf587c16a51ef1f4e99fb5378e1 (patch)
treedc07a4ff3d9d9d7fc8d7d44ee157d983444e3e0c /changelogs
parentc092acdba54236be71727f877fd95a7fa35372a2 (diff)
Merge branch 'grpc-unavailable-restart' into 'master'
Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed Closes gitaly#1036 See merge request gitlab-org/gitlab-ce!17293
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/grpc-unavailable-restart.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/grpc-unavailable-restart.yml b/changelogs/unreleased/grpc-unavailable-restart.yml
new file mode 100644
index 00000000000..5ce08d66004
--- /dev/null
+++ b/changelogs/unreleased/grpc-unavailable-restart.yml
@@ -0,0 +1,5 @@
+---
+title: Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed
+merge_request: 17293
+author:
+type: fixed