What is the health-check endpoint for Prisma serve...
# orm-help
g
What is the health-check endpoint for Prisma server?
j
I'd probably just go with a tcp-handshake on the port. Afaik Prisma does not have its own /healthz or similar.
g
Hmm AWS Load Balancers require a url
s
I think you can hit the
/manager
URL?
Might need to be authenticated though.
n
it's
/management
g
/management
never responds. Do I need to pass some token with the request?
I was referencing this: https://github.com/prismagraphql/prisma-templates/blob/master/aws/fargate.yml which looks like it uses
/status
but I can't get that to work either.
n
@Garrett Thompson could you please raise this discussion here: https://www.prisma.io/forum/c/questions? 🙂