Littlesqx / aint-queue

:rocket: An async-queue library built on top of swoole, flexable multi-consumer, coroutine supported. 基于 Swoole 的一个异步队列库,可弹性伸缩的工作进程池,工作进程协程支持。
MIT License
178 stars 32 forks source link

[Error] The config of queue "default" is not provided. #34

Closed shuipf closed 4 years ago

shuipf commented 4 years ago

刚看到安装了下,运行 bin/aint-queue queue:dashboard 提示这个错误~~ 我有创建config/aint-queue.php 文件

shuipf commented 4 years ago

好像只能-t example加这个参数能运行起来,aint-queue.php 配置文件貌似不管用

shuipf commented 4 years ago

估计一直使用的是默认配置 /vendor/littlesqx/aint-queue/src/Config/config.php

Littlesqx commented 4 years ago

@shuipf 请提供创建的 aint-queue.php 文件。-t 参数是指定 channel(如果没有加参数,默认认为是 default),我猜你的文件只有 example 配置,没有 default 配置

shuipf commented 4 years ago

我配置文件你有改成default的 image

我就怀疑没走我这个配置文件

Littlesqx commented 4 years ago

你是怎么安装的,直接 clone 还是 composer?可以看看你的项目路径吗,建议可以参考下 example 的例子

shuipf commented 4 years ago

我第一次用你说明文档的方式,安装的不行,最后我就用clone方式下来,再执行安装也是不行~~~所以我就奇怪了 image app、config、public都是从里example日志出来的。

shuipf commented 4 years ago

有QQ或者微信吗?想和作者交个朋友,感觉挺佩服的~

Littlesqx commented 4 years ago

@shuipf 微信 littletsian_wx 备注来源

Littlesqx commented 4 years ago

我第一次用你说明文档的方式,安装的不行,最后我就用clone方式下来,再执行安装也是不行~~~所以我就奇怪了 image app、config、public都是从里example日志出来的。

安装有误,请参考 example 例子