pro order use notify
This commit is contained in:
parent
585fe2fb97
commit
6feb2d479b
|
|
@ -88,13 +88,13 @@ rdsMQ:
|
|||
wechatQuery: #发放结算
|
||||
name: "wechatQuery"
|
||||
retryNum: 1 #重试次数
|
||||
numWorkers: 1 #协程数量,不配置默认为10
|
||||
numWorkers: 2 #协程数量,不配置默认为10
|
||||
waitTime: 1s #处理完成后等待时间
|
||||
isOpen: true #是否启动消费 true/false
|
||||
orderRetry: #发放结算
|
||||
name: "orderRetry"
|
||||
retryNum: 1 #重试次数
|
||||
numWorkers: 1 #协程数量,不配置默认为10
|
||||
numWorkers: 2 #协程数量,不配置默认为10
|
||||
waitTime: 1s #处理完成后等待时间
|
||||
isOpen: true #是否启动消费 true/false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue