Skip to content

Commit

Permalink
Update prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
al-hmcts committed Oct 25, 2024
1 parent d64b51b commit cc18fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/financial-remedy/finrem-cron-one-off-task/prod/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
java:
memoryRequests: '4Gi'
job:
schedule: "00 14 24 10 *"
schedule: "30 08 25 10 *"
environment:
IDAM_API_URL: https://idam-api.platform.hmcts.net
IDAM_API_REDIRECT_URL: https://www.financial-remedy.reform.hmcts.net/oauth2/callback
Expand All @@ -28,7 +28,7 @@ spec:
TASK_NAME: NullCaseRoleIdsWhereEmptyTask
CRON_NULL_CASEROLEIDS_WHERE_EMPTY_ENABLED: true
CRON_NULL_CASEROLEIDS_WHERE_EMPTY_CASE_TYPE_ID: FinancialRemedyContested
CRON_NULL_CASEROLEIDS_WHERE_EMPTY_BATCH_SIZE: 500
CRON_NULL_CASEROLEIDS_WHERE_EMPTY_BATCH_SIZE: 2500
global:
jobKind: CronJob
enableKeyVaults: true
Expand Down

0 comments on commit cc18fc4

Please sign in to comment.