mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
using (again) Golang binaries from official Docker image instead of standard install without checkum + added a TODO for healtheck
This commit is contained in:
@@ -31,6 +31,7 @@ func pingHandler(c echo.Context) error {
|
||||
if err := ctx.ProcessesHealthcheck(); err != nil {
|
||||
return xerror.New(op, err)
|
||||
}
|
||||
// TODO return processes info
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user