Mig
V2 + App Sleep = first response always empty
since this issue impacted applications that started slower than 100 ms, making something that backfilled the applications did not seem worth it given a redeploy would fix.
My go application for example never has this issue because it starts up fast enough to accept the connection before the host rejects it thinking there's no app listening.
303 replies
V2 + App Sleep = first response always empty
A fix has been merged and in production now. @pauldps give it a try whenever you can and let me know. Current implementation allows your app to take up to 10 seconds to accept the incoming connection.
303 replies
Urgent: Two production services down due to database connection issue
The issue is with the edge network being used by the application. We are moving on from our old proxy but I can put your app on it while we try to resolve this issue for surrealdb
107 replies
Gateway/edge down?
the edge network will close idle connections if no data is sent for some time.
our legacy edge network I believe limited connection also to 10 minutes but don't quote me.
these wouldn't cause timeouts though but that's my only guess for websocket communication issues since they are long kept.
23 replies