cirospaciari / socketify.py

Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
https://www.socketify.dev
MIT License
1.39k stars 50 forks source link

Huge latency from time to time #151

Open SnoozeFreddo opened 9 months ago

SnoozeFreddo commented 9 months ago

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.

cirospaciari commented 8 months ago

Sounds like some HTTP Parser issue