在多个节点上运行 rufus 调度程序有问题吗?
在 Rails 3 应用程序中运行 rufus-scheduler 没有任何问题。
但由于我的应用程序在节点集群中运行,app1.myapp.com - app2.myapp.com, rufus-scheduler 正在运行作业应用程序(N)次。
如何让它只在一台服务器上运行?
Running rufus-scheduler in a Rails 3 app without any problem.
But since my app is running in cluster of nodes, app1.myapp.com - app2.myapp.com,
the rufus-scheduler is running the job app(N) times.
How can I make it run only on one server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有没有想过这个天真的解决方案:
?
Have you thought of this naive solution:
?