I am getting timeouts from Passenger, but i dont know what path or request it is
Hi!
I am getting the following logs from passenger
```
Feb 18, 2026 19:06:42 app/web.1 [ E 2026-02-18 19:06:42.4013 106/Th age/Cor/Con/CheckoutSession.cpp:535 ]: [Client 5-104309] Maximum request time of 60 seconds reached, killing process 556
```
```
Feb 18, 2026 19:07:15 app/web.2 [ E 2026-02-18 19:07:15.5047 106/Tf age/Cor/Con/CheckoutSession.cpp:535 ]: [Client 4-104264] Maximum request time of 60 seconds reached, killing process 556
```
The issue is I'm having trouble and figuring out what request is actually timing out. Is there any way I could get passenger to include the path, (or the request ID from my load balancer)
Or is there something here I could use to trace back to something else im my logs?
0 条评论