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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2022-11-15 22:14:33 +0300
committerWill Chandler <wchandler@gitlab.com>2022-11-15 22:14:33 +0300
commitdc78b2681a44f375d111a14c8896e9a213900f45 (patch)
tree7eb29421dc3f6836cebcfaf44ae3a5c124857071 /cmd
parent00e38c6e1292c7f6d2d3c4fc0435c86ee9233249 (diff)
parentd5303e924079c32961d8f5a8a7d96cfe09a3d892 (diff)
Merge branch 'jt-readiness-rpc' into 'master'
Praefect: Remove clock drift readiness check See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5040 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Steve Azzopardi <sazzopardi@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com> Approved-by: Pavlo Strokov <pstrokov@gitlab.com> Co-authored-by: Justin Tobler <jtobler@gitlab.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/praefect/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/praefect/main.go b/cmd/praefect/main.go
index cca44b121..f0fe2b3e6 100644
--- a/cmd/praefect/main.go
+++ b/cmd/praefect/main.go
@@ -437,7 +437,7 @@ func run(
protoregistry.GitalyProtoPreregistered,
nodeSet.Connections(),
primaryGetter,
- service.AllChecks(),
+ service.ReadinessChecks(),
)
)
metricsCollectors = append(metricsCollectors, transactionManager, coordinator, repl)