redis-queue
redis-queue copied to clipboard
Message queue system written in PHP based on workerman and backed by Redis.
subscribe方法目前只能用callable,建议增加可用class方法调用 QUEUE_WAITING、QUEUE_DELAYED、QUEUE_FAILED可自定义
fpm下面只能直接往redis写,使用client timer 会报错
I want to change the queue naming in this package. now i need to change about 7 methods in client file! client.php code can be cleaner. i have a PR...
this queue needs a web interface for monitoring and managing queue jobs. (for reading fail jobs and send them again to queue or etc...)
在队列中执行文件合成操作,应该是耗时比较久。 控制台就报问题这个错误。 在帖子找到类似的问题。想问下这种如何解决。 (https://www.workerman.net/q/6488) 