6 days ago
causes, remediation, etc?
the vast majority of my responses happen in milliseconds. but every 499 request in my logs is 10-20s or more and am not sure what to do about this.
4 Replies
6 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 6 days ago
6 days ago
well its reproducible over the remote url but not locally yet which is unfortunate
https://git.mirrors.nektro.net/rust/tree/49b19d32b9f01a5aa606f3bf2e90e6e0aa462c03/tests/run-make/compiler-lookup-paths/ took 32s to respond
http://git.localhost/rust/tree/49b19d32b9f01a5aa606f3bf2e90e6e0aa462c03/tests/run-make/compiler-lookup-paths/ took 979ms to respond
6 days ago
okay i've reproduced this slowness locally
6 days ago
upstreamErrors[0].error: client has closed the request before the server could send a response
was indeed app's fault
6 days ago
above url now says 1.43s in devtools so this is resolved
Status changed to Open medim • 6 days ago
Status changed to Solved medim • 6 days ago