order_notify
This commit is contained in:
parent
c7a16b3ae9
commit
40f51dd4dd
|
|
@ -103,6 +103,12 @@ rdsMQ:
|
||||||
numWorkers: 1 #协程数量,不配置默认为10
|
numWorkers: 1 #协程数量,不配置默认为10
|
||||||
waitTime: 1s #处理完成后等待时间
|
waitTime: 1s #处理完成后等待时间
|
||||||
isOpen: false #是否启动消费 true/false
|
isOpen: false #是否启动消费 true/false
|
||||||
|
orderNotifyRetry:
|
||||||
|
name: "orderNotifyRetry"
|
||||||
|
retryNum: 1 #重试次数
|
||||||
|
numWorkers: 1 #协程数量,不配置默认为10
|
||||||
|
waitTime: 1s #处理完成后等待时间
|
||||||
|
isOpen: false #是否启动消费 true/false
|
||||||
|
|
||||||
aliYunSms:
|
aliYunSms:
|
||||||
accessKeyId: LTAI5tM1X4HuqUwT8D74qXAH
|
accessKeyId: LTAI5tM1X4HuqUwT8D74qXAH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue