update 优化 修改 snailjob 默认端口 避免与系统内置端口冲突问题

This commit is contained in:
疯狂的狮子Li
2024-07-01 14:35:04 +08:00
parent eaeaa7e859
commit 5497b4c865
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ snail-job:
server-name: ruoyi-snailjob-server
# 服务名优先 ip垫底
host: 127.0.0.1
port: 1788
port: 11788
# 详见 script/sql/ry_job.sql `sj_namespace` 表
namespace: ${spring.profiles.active}
# 随主应用端口飘逸

View File

@@ -21,7 +21,7 @@ snail-job:
# 拉取重试数据的每批次的大小
job-pull-page-size: 1000
# 服务端 netty 端口
netty-port: 1788
netty-port: 11788
# 重试和死信表的分区总数
total-partition: 2
# 一个客户端每秒最多接收的重试数量指令