aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-05-07 23:49:49 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-05-07 23:49:49 +0300
commitcaf8bac3f02472fd87f9a9c6772ccfa3c2de40b7 (patch)
tree5ad27180d5c259125ec6e3b080a8175144d0c988
parent1a3831aa67cdaa21c4f8b081fc9d1c7c49761a02 (diff)
readme: add information about memory usage
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 046dd2b..66e3f1e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,9 @@ In addition, there is a command line utility called **jobctl**.
Originally, jobd was created as a saner alternative to Gearman. It's been used
in production with a large PHP web application on multiple servers for quite some
-time already, and proven to be stable and efficient.
+time already, and proven to be stable and efficient. We were also monitoring the
+memory usage of all our jobd instances for two months, and can confirm there
+are no leaks.
## Table of Contents
@@ -69,7 +71,7 @@ time already, and proven to be stable and efficient.
- [run-manual(jobs: {id: int, target: string}[])](#run-manualjobs-id-int-target-string)
- [Response Message](#response-message)
- [Ping and Pong Messages](#ping-and-pong-messages)
-- [TODO](#todo)
+q- [TODO](#todo)
- [License](#license)