Deployment Using Jenkins Pipeline #4900
-
Hi @ardatan I have already completed the development process with GraphQL Mesh. It is now time for a deployment. Our devops team has now requested that we implement theJenkins file. That has also been completed. Jenkins requires some endpoints for "readiness check" and "liveness check." Is it possible to create custom endpoints in Mesh (or) do I need to use another Node Server within Mesh? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Mesh already provides endpoints for these; |
Beta Was this translation helpful? Give feedback.
Mesh already provides endpoints for these;
/readiness
and/healthcheck
can be used for liveness and readiness checks.https://github.com/Urigo/graphql-mesh/blob/master/packages/http/src/index.ts#L49
Let me know if that helps in your case.