# Puma web server Topics: [[Web servers]] ## Autoscaling If requests are not being accepted, they will queue in the socket, which increases your observed request queue time, which is usually (if you're doing it right) how you signal your autoscaler to scale up. --- ## Related - [[Ruby on Rails]]