Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Adoption to batch run configuration, prepared next release 4.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldloesing committed Sep 30, 2022
1 parent 24d1199 commit 1367cd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-management-service</artifactId>
<version>4.7.3</version>
<version>4.7.4</version>
<name>cc-management-service</name>
<description>Service for generating Covid Certificates</description>

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ cc-management-service:
allowed-origin: "https://www.covidcertificate-d.admin.ch"
rapid-test-import:
cron: "0 0 */1 * * ?" ## Every hour
update-deleted-marker:
cron: "0 0 */1 * * ?" ## Every hour

truststore:
password: ${vcap.services.cc_trust_store.credentials.password}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cc-management-service:
rapid-test-import:
cron: "0 0 03 * * *" ## At 03:00 AM
update-deleted-marker:
cron: "0 0 3 * * ?" ## Once at 3 o'clock in the morning
cron: "0 0 03 * * *" ## At 03:00 AM
batch-size: 10000
days-protected: 30
pdf:
Expand Down

0 comments on commit 1367cd8

Please sign in to comment.