Browse Source

滞后预警任务配置文件修改

tags/24090101
CMM 2 weeks ago
parent
commit
929f7f7cf1
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      hz-pm-api/src/main/resources/application-dev.yml
  2. +3
    -1
      hz-pm-api/src/main/resources/application-prod.yml

+ 3
- 1
hz-pm-api/src/main/resources/application-dev.yml View File

@@ -228,4 +228,6 @@ thread-pool-util:
random-invite:
thread-pool-properties:
core-pool-size: 2
thread-name-prefix: expert-invite-executor-
thread-name-prefix: expert-invite-executor-
early-warning-without-submit:
open: true

+ 3
- 1
hz-pm-api/src/main/resources/application-prod.yml View File

@@ -251,4 +251,6 @@ wflow-thread-pool-util:
random-invite:
thread-pool-properties:
core-pool-size: 3
thread-name-prefix: expert-invite-executor-
thread-name-prefix: expert-invite-executor-
early-warning-without-submit:
open: true

Loading…
Cancel
Save