How many Puma servers are you running?
If you have one server running -w1 -t1:1
, only one request can be processed at a time.
If a large number of requests hit the server at the same time, they will sit in the OS's backlog until Puma can process them.