Skip to content

Limit concurrent instances, like Scale on v1 #4047

Answered by coetry
glococo asked this question in General
Discussion options

You must be logged in to vote

Serverless Functions are a completely different concept than v1 containers, so the same command and concepts like manual scaling can't be carried over.

The concurrency for functions are handled automatically and if an endpoint is hit at the same time by other users, a new function will serve the second request without any shared state.

Serverless Functions may not be the best solution for your WebRTC backend server.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mcsdevv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants