[Edge Functions] Are Websocket connections terminated after the maximum duration, wall clock limit? (150/400secs) #32791
Unanswered
tomtitherington
asked this question in
Questions
Replies: 1 comment
-
I believe they would have to be as the entire edge function gets shut down. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was reading the docs here and was wondering how to interpret the limits in the context of Websockets with Edge Functions. Specifically the docs state:
Does this limit refer to the duration of the initial HTTP upgrade request (before the socket is opened)? Or is this limit imposed on the entire Websocket connection?
Beta Was this translation helpful? Give feedback.
All reactions