krakend / krakend-ce

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.

Home Page:https://www.krakend.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error #01: context canceled

pavelmatveevitransition opened this issue · comments

Could you help with the timeout issue, please?
Logs:

2024/01/17 11:24:25 KRAKEND ERROR: [ENDPOINT: /api/endpoint] context canceled
[GIN] 2024/01/01 - 10:00:25 | 500 |          1m0s |        *.*.*.* | POST     "/api/endpoint"
Error #01: context canceled

Timeout in the krakend.json config file:

"timeout": "180s"

It means that the connection has been closed (by the client or by the network). You should check the timeouts on your clients and routers/load balancers

It means that the connection has been closed (by the client or by the network). You should check the timeouts on your clients and routers/load balancers

Thank you very much. We will be check it.