socketify.py icon indicating copy to clipboard operation
socketify.py copied to clipboard

Huge latency from time to time

Open SnoozeFreddo opened this issue 1 year ago • 1 comments

My issue is that app.get("/ready", lambda res, req: res.write_status(200).end()) works fine after deployment, but an hour later i experience a huge latency up to 10s for 5 mins until the ready probe fails and the pod gets replaced.

SnoozeFreddo avatar Dec 31 '23 09:12 SnoozeFreddo

Sounds like some HTTP Parser issue

cirospaciari avatar Feb 01 '24 18:02 cirospaciari