Zachary Lee
12/16/2022, 10:51 PM<http://docker.io/hasura/graphql-engine:v2.0.9|docker.io/hasura/graphql-engine:v2.0.9>
) has suspiciously long query_execution_times
in its logs (30-240 seconds) for some POST requests:
{
"type": "http-log",
"timestamp": "2022-12-16T18:59:06.914+0000",
"level": "info",
"detail": {
"operation": {
"query_execution_time": 217.92351778,
"user_vars": {
"x-hasura-role": "admin"
},
"request_id": "0d820ccb-6294-42f1-8433-a7d1d9562684",
"response_size": 99,
"request_mode": "single",
"request_read_time": 0.000004808
},
"request_id": "0d820ccb-6294-42f1-8433-a7d1d9562684",
"http_info": {
"status": 200,
"http_version": "HTTP/1.1",
"url": "/v1alpha1/graphql",
"ip": "127.0.0.6",
"method": "POST",
"content_encoding": "gzip"
}
}
}
and it periodically says it's gracefully shutting down server
, which restarts the pod. Has anyone here experienced anything like this before?jawnsy
12/16/2022, 10:54 PMZachary Lee
12/16/2022, 10:55 PMjawnsy
12/16/2022, 10:56 PMZachary Lee
12/16/2022, 10:56 PMjawnsy
12/16/2022, 10:58 PMZachary Lee
12/19/2022, 2:59 PMAnna Geller
12/19/2022, 3:43 PM