diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:54:10 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:54:10 +0300 |
commit | 3cc1ccc89394ad82fba8f048f8a68f741d586fc9 (patch) | |
tree | f05754c893615ca4dd9b9dbdf08348bac72dddc4 /README.md | |
parent | 117a347b5234bce4168c332f5471855427399b7b (diff) |
polish
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -33,10 +33,14 @@ Features: - frontend agnostic ([Queue](https://github.com/spiral/jobs), PSR-7, [GRPC](https://github.com/spiral/php-grpc), etc) - works over TCP, unix sockets and standard pipes - automatic worker replacement and safe PHP process destruction -- worker lifecycle management (create/allocate/destroy timeouts) -- max ttl, max idle ttl, max execution time, max memory usage (soft) +- worker lifecycle management + - create/allocate/destroy timeouts + - max jobs per worker + - maxMemory (graceful stop) + - maxTTL (graceful stop) + - maxIdleTTL (graceful stop) + - maxExecTTL (brute, max_execution_time) - payload context and body -- control over max jobs per worker - protocol, worker and job level error management (including PHP errors) - memory leak failswitch - very fast (~250k rpc calls per second on Ryzen 1700X using 16 threads) |