hermes
hermes copied to clipboard
Simple php background processing library
e.g. RedisSetDriver in constructor there is: ``` $this->setupPriorityQueue($key, Dispatcher::DEFAULT_PRIORITY); ``` if I call then something like this: ``` $driver->setupPriorityQueue(200, 'higher'); $driver->setupPriorityQueue(1000, 'top'); $driver->setupPriorityQueue(50, 'lower'); ``` queues will be executed in...
remove NULL support
Create some callback function that can be used for worker to report outside that it is still running