You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
SnoozeFreddo
changed the title
Huge latency when using end_without_body
Huge latency from time to time
Dec 31, 2023
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.
The text was updated successfully, but these errors were encountered: