Removal of GET for healthcheck is problematic.. Never mind #1823
-
Can you please put back the GET request for the healthchecking? We run the router in an ECS environment in AWS and to ensure that the service is up, we have the GET requests configured to continually ping the service... Having to implement a POST in this infrastructure is quite cumbersome and a on-off to our whole enterprise infrastructure... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out... i was able to create a GET request to the router that can be used... as an example curl --header 'content-type: application/json' "http://localhost:4000?query=query%20health%7b__typename%7d&operationName=health" |
Beta Was this translation helpful? Give feedback.
I figured it out... i was able to create a GET request to the router that can be used... as an example
curl --header 'content-type: application/json' "http://localhost:4000?query=query%20health%7b__typename%7d&operationName=health"