update snailjob 1.3.0 => 1.4.0-beta2

This commit is contained in:
疯狂的狮子Li
2025-03-18 17:18:50 +08:00
parent 97c36674e4
commit be5d69d5a5
7 changed files with 515 additions and 514 deletions

View File

@ -22,21 +22,10 @@ snail-job:
job-pull-page-size: 1000
# 服务器端口
server-port: 17888
# 一个客户端每秒最多接收的重试数量指令
limiter: 1000
# 号段模式下步长配置
step: 100
# 日志保存时间(单位: day)
log-storage: 90
# 回调配置
callback:
#回调最大执行次数
max-count: 288
#间隔时间
trigger-interval: 900
# 重试每次拉取的次数
retry-max-pull-count: 10
# RPC通讯类型: netty,grpc
rpc-type: grpc
--- # 监控中心配置

View File

@ -22,21 +22,10 @@ snail-job:
job-pull-page-size: 1000
# 服务器端口
server-port: 17888
# 一个客户端每秒最多接收的重试数量指令
limiter: 1000
# 号段模式下步长配置
step: 100
# 日志保存时间(单位: day)
log-storage: 90
# 回调配置
callback:
#回调最大执行次数
max-count: 288
#间隔时间
trigger-interval: 900
# 重试每次拉取的次数
retry-max-pull-count: 10
# RPC通讯类型: netty,grpc
rpc-type: grpc
--- # 监控中心配置