Skip to content

Remove an obsolete workaround for GRPC unavailable errors

What does this MR do?

In gitaly#1029 (closed) , a GRPC issue was detected that needed us to terminate unicorn and sidekiq processes if it was encountered. This bug has been fixed in GRPC and GitLab for at least 6 months, but the termination code remains.

I'm working on Sidekiq subprocess supervision in https://gitlab.com/gitlab-org/gitlab-ce/issues/40396, and spotted this as a case where sidekiq might shut itself down unexpectedly; my life is much easier if this simply never happens :D

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Related to #40396 (closed)

Edited by Nick Thomas

Merge request reports