1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Evan Phoenix
38c37dc5c1
Merge pull request #1603 from ryankopf/master
Docs update. Using a configuration file should be prioritized higher …
2019-02-19 17:10:14 -08:00
Evan Phoenix
3be7a8ec2e
Merge pull request #1569 from StileEducation/request_body_wait
Request body read time metric
2019-02-19 17:04:21 -08:00
Tanner Jones
b8bb7dbba2 Fixes a few spelling errors in docs/deployment.md (#1721) 2019-02-14 14:36:21 -07:00
Ubuntu
765c125e41 Docs update. Using a configuration file should be prioritized higher than inline options. Added example Rails configuration to the variants. Linked to Ubuntu setup from deployment docs. 2018-06-24 08:17:28 +00:00
Rian McGuire
f2eb2ecfde Request body read time metric
Measure the time spent reading the HTTP request body and expose it to the Rack app as `env['puma.request_body_wait']`.

This can be combined with a timestamp from a upstream proxy to get an indication of how long a request was waiting for a Puma thread to become available.

Fixes https://github.com/puma/puma/issues/1541
2018-04-24 16:45:15 -03:00
Nate Berkopec
3bec126748 deployment.md -> docs 2017-08-17 13:22:28 -06:00
Renamed from DEPLOYMENT.md (Browse further)