ko-worker
ko-worker copied to clipboard
Ko-worker project is a PHP library that aims to abstract queue and RPC messaging patterns that can be implemented over RabbitMQ.
Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code
Hi, I'd like to suggest some improvement to ko-process: In normal situation when we need to shutdown worker process we are sending to it SIGTERM signal. The child worker with...
In current version we always restart child process on exception in ActionInterface execution. This behaviour should be tunable.