I've got a Rails app being served with nginx/unicorn that has one particular request that can take 2-3 minutes because it is generating several PDFs and adding them to a zip file and using send_data to allow the client to download several reports at once.I've got a Rails app being served with nginx/un