This commit is contained in:
李子铭 2025-03-08 17:18:03 +08:00
parent a0f6e86754
commit 8c2aff8d35
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ rocketMQ:
topic: voucher_order_create
group: voucher_order_create_group
isOpenConsumer: false #是否启动消费 true/false
PerCoroutineCnt: 3 #协程数量不配置默认为20
PerCoroutineCnt: 2 #协程数量不配置默认为20
RetryCnt: 3 #重试次数,不配置默认38
notify:
topic: voucher_order_notify
group: voucher_order_notify_group
isOpenConsumer: false #是否启动消费 true/false
PerCoroutineCnt: 3 #协程数量不配置默认为20
PerCoroutineCnt: 2 #协程数量不配置默认为20
RetryCnt: 3 #重试次数,不配置默认38
wechatNotifyMQ: