worker_killer 0.1.0.19840 → 0.1.0.19841
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4f8d758bb16cf1e884b1d1fc6964a6f5ad2a2692d8417219b1d033c7aaad27c
|
4
|
+
data.tar.gz: e5446b1e1752e854d5aad4e89952da86f66367c91f9a025b22da02f38b2a7622
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e3619486be2275fef2f14de93829efc4b70bb9befa0e848a3040debb27be6e9945c8e542dd5f74e172166fa4af57323f6ad5bed0e36eb8a2c239e7c983af0ee
|
7
|
+
data.tar.gz: 7a8470831118f1bbb7f56bb0b04ee1cd4a87ad2d31682558eadd3ff4d02da9387a9fe26c4902bf51e0a4caa475e9ec58c95dae2445ca7fff5160e19fd2bde020
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ Add these lines to your `config.ru` or `application.rb`. (These lines should be
|
|
37
37
|
|
38
38
|
This gem provides two modules: WorkerKiller::CountLimiter and WorkerKiller::MemoryLimiter and some Rack integration.
|
39
39
|
|
40
|
-
###
|
40
|
+
### WorkerKiller::Middleware::RequestsLimiter
|
41
41
|
|
42
42
|
This module automatically restarts the kill workers, based on the number of requests which worker processed.
|
43
43
|
|
@@ -45,7 +45,7 @@ This module automatically restarts the kill workers, based on the number of requ
|
|
45
45
|
|
46
46
|
If `verbose` is set to true, then after every request, your log will show the requests left before restart. This logging is done at the `info` level.
|
47
47
|
|
48
|
-
###
|
48
|
+
### WorkerKiller::Middleware::OOMLimiter
|
49
49
|
|
50
50
|
This module automatically restarts the Unicorn workers, based on its memory size.
|
51
51
|
|