File tree 3 files changed +7
-3
lines changed
charts/bulk-scan-processor
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : bulk-scan-processor
2
2
apiVersion : v2
3
3
home : https://github.com/hmcts/bulk-scan-processor
4
- version : 1.0.24
4
+ version : 1.0.25
5
5
description : HMCTS Bulk scan processor service
6
6
maintainers :
7
7
- name : HMCTS BSP Team
Original file line number Diff line number Diff line change 14
14
FLYWAY_URL : " jdbc:postgresql://{{ .Release.Name }}-postgresql:5432/{{ .Values.postgresql.auth.database}}"
15
15
FLYWAY_USER : " {{ .Values.postgresql.auth.username}}"
16
16
FLYWAY_PASSWORD : " {{ .Values.postgresql.auth.password}}"
17
+ SCAN_DELAY : " 2000"
18
+ LEASE_ACQUIRE_DELAY_IN_SECONDS : " 60"
19
+ UPLOAD_TASK_ENABLED : " true"
20
+ UPLOAD_TASK_DELAY : " 2000"
17
21
keyVaults :
18
22
" bulk-scan " :
19
23
secrets :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ java:
15
15
OCR_VALIDATION_URL_NFD : http://nfdiv-case-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
16
16
OCR_VALIDATION_URL_PRIVATELAW : http://fis-bulk-scan-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
17
17
SCAN_ENABLED : " true"
18
- SCAN_DELAY : " 4000 "
18
+ SCAN_DELAY : " 300000 "
19
19
LEASE_ACQUIRE_DELAY_IN_SECONDS : " 300"
20
20
UPLOAD_TASK_ENABLED : " true"
21
- UPLOAD_TASK_DELAY : " 4000 "
21
+ UPLOAD_TASK_DELAY : " 300000 "
22
22
NOTIFICATIONS_TO_ORCHESTRATOR_TASK_ENABLED : " true"
23
23
NOTIFICATIONS_TO_ORCHESTRATOR_TASK_DELAY : " 3000"
24
24
STORAGE_BLOB_PUBLIC_KEY : " nonprod_public_key.der"
You can’t perform that action at this time.
0 commit comments