How can I use the healthchecks in a Node.js environment? #7219
-
I have a mesh deployed as an Express route (https://the-guild.dev/graphql/mesh/docs/getting-started/deploy-mesh-gateway#deploy-on-nodejs). Is there any way to call the healthcheck function of grapqhl-mesh from the express context? I have already tried to implement my own healthcheck endpoint |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can give the control of that route to Mesh as well; app.use('/health', createBuiltMeshHTTPHandler()) |
Beta Was this translation helpful? Give feedback.
You can give the control of that route to Mesh as well;