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:
现状是有几个节点就执行了几次业务逻辑,执行的次数和部署的节点数量一致
Sorry, something went wrong.
使用分布式调度框架。 使用redis做类似锁的判断。
2我们现在方案已经采用了,1的方案是哪个分布式调度框架
网上搜搜呗。分布式调度挺多的。
ps. 如果你是用的JetLinks。目前JetLinks企业版里可以使用FluxCluster来实现集群下的定时任务。
FluxCluster
zhou-hao
No branches or pull requests
场景
水平扩展多节点的服务部署场景
需求说明
有些业务,只要有一个节点处理,其他节点就跳过处理,有什么比较优雅的做法
The text was updated successfully, but these errors were encountered: