hermes icon indicating copy to clipboard operation
hermes copied to clipboard

Simple php background processing library

Results 12 hermes issues
Sort by recently updated
recently updated
newest added

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...

Create some callback function that can be used for worker to report outside that it is still running

enhancement
help wanted