diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-07 23:49:49 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-07 23:49:49 +0300 |
commit | caf8bac3f02472fd87f9a9c6772ccfa3c2de40b7 (patch) | |
tree | 5ad27180d5c259125ec6e3b080a8175144d0c988 | |
parent | 1a3831aa67cdaa21c4f8b081fc9d1c7c49761a02 (diff) |
readme: add information about memory usage
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |