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
Copy file name to clipboardExpand all lines: serverless/overview.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,6 @@ The access point for your Serverless application. Endpoints provide a URL where
32
32
33
33
The container instances that execute your code when requests arrive at your endpoint. Runpod automatically manages worker lifecycle, starting them when needed and stopping them when idle to optimize resource usage.
34
34
35
-
By default, your account can have up to 60 Serverless workers (flex + active combined) across all endpoints. [Contact support](https://www.runpod.io/contact) to increase this limit if needed.
The core of your Serverless application. These functions define how a worker processes incoming requests and returns results. They follow a simple pattern:
0 commit comments