Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add metric for measuring PumaWorkerKiller activity | Jan Provaznik | 2019-06-10 | 1 | -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-levels | Rémy Coutable | 2019-04-17 | 2 | -42/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Run rubocop -a | Nick Thomas | 2019-03-13 | 1 | -5/+3 |
| | |||||
* | Add experimental support for Pumaan-multithreading | Andrew Newdigate | 2018-10-25 | 4 | -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. |