mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fix worker无法获取到当前Node的问题
This commit is contained in:
@@ -227,7 +227,7 @@ func InitNodeService() error {
|
||||
}
|
||||
|
||||
// 首次更新节点数据(注册到Redis)
|
||||
// UpdateNodeData()
|
||||
UpdateNodeData()
|
||||
|
||||
// 获取当前节点
|
||||
node, err := model.GetCurrentNode()
|
||||
|
||||
Reference in New Issue
Block a user