Skip to content

springboot 3.1.4 集成openjob,无工作节点 #163

Open
@Jinger-Yes

Description

@Jinger-Yes

System (please complete the following information):

  • OS: linux [e.g. linux, macOS, windows]
  • JAVA Version: 17 [e.g. 1.13]
  • Pkg Version: 1.1.1 [e.g. 1.1.1]

Describe the bug
springboot 3.1.4 集成openjob,无工作节点,server报错

目前发现是未正确读取yml文件造成worker没有初始化

To Reproduce
application.yml 配置文件

spring:
  openjob:
    enable: true                          # 是否开启
    server:
      address: http://192.168.8.133:8080  # Server 集群地址
    worker:
      heartbeat-interval: 5               # 心跳时间单位秒
      host: 192.168.8.133                     # Worker host
      port: 25588                         # Worker prot
      app-name: openjob                   # 应用名称必须配置
    actor:
      heartbeat-num: 1                   # 心跳 actor 最大数量
      task-master-num: 32                # 任务 Master actor 最大数量
      task-container-num: 32             # 任务 Container actor 最大数量
      persistent-num: 2                  # 持久化 actor 最大数量
      delay-master-num: 1                # 延时任务 Master actor 最大数量
    delay:
      enable: false                    # 是否开启延时任务
      pull-size: 8                     # 延时任务拉取数量
      pull-sleep: 500L                 # 延时任务拉取空闲休眠时间单位毫秒
      pull-step: 500L                  # 延时任务主题空闲休眠步长时间单位毫秒
      timeout: 3000L                   # 延时任务发送超时时间单位毫秒

Expected behavior

Screenshots
工作站节点:
image

Server报错日志:
image

Additional context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions