xxl-job / xxl-job-executor-go

xxl-job 执行器(golang 客户端)
MIT License
424 stars 104 forks source link

ExecutorPort为“0”时,注册随机端口错误 #57

Closed nvac closed 1 year ago

nvac commented 1 year ago

设置xxl.ExecutorPort("0")

// 注册执行器到调度中心 这儿注册到xxl-job执行器注册节点为http://192.168.1.3:0

// 创建服务器 这儿绑定随机端口,与注册节点不一致

rushuinet commented 1 year ago

你好,这里可以不设置xxl.ExecutorPort("0")