We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想请教两个问题:
The text was updated successfully, but these errors were encountered:
想请教两个问题: alarm模块里面为什么不用mq而用redis存放待发送的消息?
为了减少需要部署的组件,用 redis 来实现了队列。
生产redis的逻辑和消费redis的逻辑是否分散在2个模块里面写更好?
judge 生产消息,alarm 消费消息,基本上就是这样一个大逻辑。
Sorry, something went wrong.
第一个回答是说:用redis做了队列,就可以不用再部署专门的mq组件了对吧?
第二个问题,我还想再问一下:流程后面“/sms”,“/im”这些,我看也是用redis实现了队列。那么这里为什么既让alarm生产消息,又让alarm消费消息呢?
No branches or pull requests
想请教两个问题:
The text was updated successfully, but these errors were encountered: