Skip to content

Commit dcfa304

Browse files
Update auth expiry cron (#243)
1 parent 5a0aaf1 commit dcfa304

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ service:
1313
occurrence-status:
1414
poll-interval: PT60s
1515
authorisation-expiration:
16-
cron: "30 2 * * *"
16+
cron: "0 30 2 * * *"
1717
ui-base-url: "https://external-movements-dev.hmpps.service.justice.gov.uk"

src/main/resources/application-preprod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ service:
1313
occurrence-status:
1414
poll-interval: PT60s
1515
authorisation-expiration:
16-
cron: "30 2 * * *"
16+
cron: "0 30 2 * * *"
1717
ui-base-url: "https://external-movements-preprod.hmpps.service.justice.gov.uk"

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ service:
1414
occurrence-status:
1515
poll-interval: PT60s
1616
authorisation-expiration:
17-
cron: "30 2 * * *"
17+
cron: "0 30 2 * * *"
1818
ui-base-url: "https://external-movements.hmpps.service.justice.gov.uk"

0 commit comments

Comments
 (0)