summaryrefslogtreecommitdiff
path: root/spec/rack_servers
Commit message (Collapse)AuthorAgeFilesLines
* Add metric for measuring PumaWorkerKiller activityJan Provaznik2019-06-101-1/+1
| | | | | | PumaWorkerKiller is used for periodically checking and killing workers (the biggest one) if overall memory reaches specified limit. This metric allows us to watch number of killed workers.
* Better document the current states of our testing levelsdocs-improve-testing-levelsRémy Coutable2019-04-172-42/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Run rubocop -aNick Thomas2019-03-131-5/+3
|
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-254-0/+233
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.