diff options
author | Wolfy-J <[email protected]> | 2019-01-21 17:08:23 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-21 17:08:23 +0300 |
commit | ee2fb4ea9f5b849eccfb5e07d0d3f64f998dffb1 (patch) | |
tree | 03ba8ea63154e69b1c100a3c26b309b160bd703a | |
parent | faf379355119b7ce097ec592666c6e4430dd2d4d (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Features: - flexible environment configuration - no external PHP dependencies, drop-in (based on [Goridge](https://github.com/spiral/goridge)) - load balancer, process manager and task pipeline -- frontend agnostic (Queue, PSR-7, [GRPC](https://github.com/spiral/php-grpc), etc) +- 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) |