summaryrefslogtreecommitdiff
path: root/config/puma.example.development.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add metric for measuring PumaWorkerKiller activityJan Provaznik2019-06-101-1/+0
| | | | | | 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.
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-251-0/+77
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.