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