update snailjob 1.3.0 => 1.4.0-beta2

This commit is contained in:
疯狂的狮子Li
2025-03-18 17:34:44 +08:00
parent c6e72e16dd
commit c197606cb5
5 changed files with 319 additions and 326 deletions

View File

@@ -29,23 +29,10 @@ snail-job:
retry-pull-page-size: 1000
# 拉取重试数据的每批次的大小
job-pull-page-size: 1000
# 服务端 netty 端口
# 服务端口
server-port: 17888
# 重试和死信表的分区总数
total-partition: 2
# 一个客户端每秒最多接收的重试数量指令
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