ruby/proto/gitaly/server_services_pb.rb in gitaly-15.3.0.pre.rc3 vs ruby/proto/gitaly/server_services_pb.rb in gitaly-15.3.0.pre.rc4

- old
+ new

@@ -20,9 +20,11 @@ # This comment is left unintentionally blank. rpc :DiskStatistics, ::Gitaly::DiskStatisticsRequest, ::Gitaly::DiskStatisticsResponse # ClockSynced checks if machine clock is synced # (the offset is less that the one passed in the request). rpc :ClockSynced, ::Gitaly::ClockSyncedRequest, ::Gitaly::ClockSyncedResponse + # ReadinessCheck runs the set of the checks to make sure service is in operational state. + rpc :ReadinessCheck, ::Gitaly::ReadinessCheckRequest, ::Gitaly::ReadinessCheckResponse end Stub = Service.rpc_stub_class end end