|
@@ -45,7 +45,7 @@ class Worker {
|
|
|
|
|
|
|
|
this.channelName = 'lepao_worker'
|
|
this.channelName = 'lepao_worker'
|
|
|
|
|
|
|
|
- this.maxRetry = 3
|
|
|
|
|
|
|
+ this.maxRetry = 5
|
|
|
/** 单次学校接口 HTTP 超时(用于 this.request 内部) */
|
|
/** 单次学校接口 HTTP 超时(用于 this.request 内部) */
|
|
|
this.httpTimeoutMs = 30000
|
|
this.httpTimeoutMs = 30000
|
|
|
/** 单个 MQ 任务总超时(覆盖 startRun 多阶段 + 重试) */
|
|
/** 单个 MQ 任务总超时(覆盖 startRun 多阶段 + 重试) */
|