socketify.py
socketify.py copied to clipboard
Huge latency from time to time
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.
Sounds like some HTTP Parser issue