From caf8bac3f02472fd87f9a9c6772ccfa3c2de40b7 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Fri, 7 May 2021 23:49:49 +0300 Subject: readme: add information about memory usage --- README.md | 6 ++++-- 1 file 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) -- cgit v1.2.3