[ https://issues.apache.org/jira/browse/BEAM-13528?focusedWorklogId=700483&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700483 ]
ASF GitHub Bot logged work on BEAM-13528: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Dec/21 10:17 Start Date: 23/Dec/21 10:17 Worklog Time Spent: 10m Work Description: 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-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 700483) Time Spent: 0.5h (was: 20m) > [Playground] Add liveness check > ------------------------------- > > Key: BEAM-13528 > URL: https://issues.apache.org/jira/browse/BEAM-13528 > Project: Beam > Issue Type: New Feature > Components: beam-playground > Reporter: Aydar Zaynutdinov > Assignee: Aydar Zaynutdinov > Priority: P3 > Labels: beam-playground-backend > Time Spent: 0.5h > Remaining Estimate: 0h > > Need to add a new endpoint /liveness which will return a response with status > 200 -- This message was sent by Atlassian Jira (v8.20.1#820001)