#_gabsonstripe__83335

1 messages · Page 1 of 1 (latest)

signal obsidianBOT
timid quartz
#

hi there!

#

what do you mean by halthcheck exactly?

crystal swift
#

without linking anything in a nutshell: 'The most common way of implementing a service level health check is by defining a health check endpoint. For example, in gRPC, the health check becomes an RPC call in its own right. gRPC also allows for per service health checks as well as an overall gRPC server health check.'

#

whenever I want to report healthy/unhealthy/degraded states in the future, so I can make sure the service needs to be restarted or killed based on the health of an exisiting connection

timid quartz
#

no we don't have this. but you could for example make an API call to retrieve a customer obejct, and check if you get back an error of if it worked.