diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:54:59 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:54:59 +0300 |
commit | 6d802fabb1be5408ecff53612040fb7a2c9048b8 (patch) | |
tree | 0bed82b2bfd19366a17bfc0eb10f789f5eb1dc88 | |
parent | 3cc1ccc89394ad82fba8f048f8a68f741d586fc9 (diff) |
polish
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,9 +33,9 @@ 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 create/allocate/destroy timeouts +- max jobs per worker - worker lifecycle management - - create/allocate/destroy timeouts - - max jobs per worker - maxMemory (graceful stop) - maxTTL (graceful stop) - maxIdleTTL (graceful stop) |