Execution timeouts โ how long a single request can run
Maximum allocatable memory per request
Maximum number of file descriptors or processes
Maximum upload file size
Number of operations in a single client request (GraphQL batching)
Number of records returned per page in a paginated response
Rate of requests per client per time window
Requests run forever โ hold connections indefinitely
One request can OOM-kill the server process
Server runs out of file handles โ other requests fail
100GB uploads accepted โ disk fills, service dies
One GraphQL request pulls 10,000 nested relationships
One request returns millions of records โ DB and network saturated
Attacker sends 10,000 req/sec โ service unavailable for real users