You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/23 10:17:07 UTC

[GitHub] [beam] daria-malkova commented on a change in pull request #16338: [BEAM-13528][Playground] Add liveness check

daria-malkova commented on a change in pull request #16338:
URL: https://github.com/apache/beam/pull/16338#discussion_r774466056



##########
File path: playground/backend/internal/utils/system_utils.go
##########
@@ -27,3 +28,10 @@ func GetFuncName(i interface{}) string {
 	splitName := strings.Split(fullName, ".")
 	return splitName[len(splitName)-1]
 }
+
+// GetLivenessFunction returns the function that checks the liveness of the server

Review comment:
       ```suggestion
   // GetLivenessFunction returns the function for the liveness check of the server
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org