summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 01:19:49 +0300
committerWolfy-J <[email protected]>2019-05-04 01:19:49 +0300
commit997321f7ec64fb702a9222bdf49e52038175c4e6 (patch)
tree8b1cfe345b976b4da92db9fa4e05fd6d5cc92924 /.rr.yaml
parent3066b01a82f53e67b13e104ac50aaa795494bafd (diff)
cs
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 9cdde098..a58ea112 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -67,16 +67,16 @@ watch:
services:
# monitor http workers
http:
- # maximum allowed memory consumption
+ # maximum allowed memory consumption (soft)
maxMemory: 100
- # maximum time to live for the worker
+ # maximum time to live for the worker (soft)
maxTTL: 0
- # maximum allowed amount of time worker can spend in idle before being removed (for weak db connections)
+ # maximum allowed amount of time worker can spend in idle before being removed (for weak db connections, soft)
maxIdleTTL: 0
- # max_execution_time, worker will be killed if that amount of time spend for task execution
+ # max_execution_time (brutal)
maxExecTTL: 60
# static file serving. remove this section to disable static file serving.