krakend / krakend-ce

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.
https://www.krakend.io
Apache License 2.0
1.94k stars 453 forks source link

Error #01: context canceled #836

Open pavelmatveevitransition opened 8 months ago

pavelmatveevitransition commented 8 months ago

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"
kpacha commented 8 months ago

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

pavelmatveevitransition commented 8 months ago

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.

github-actions[bot] commented 5 months ago

This issue is marked as stale because it has been open over 90 days with no activity. Remove the stale label or comment or this will be closed in 15 days.