Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DFR-3351 - Run one case at 13:40 #35031

Merged
merged 3 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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: "0 11 16 9 *"
schedule: "45 12 24 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 @@ -25,10 +25,10 @@ spec:
FEATURE_SEND_TO_FRC: true
FEATURE_CFV_ENABLED: true
CRON_WAIT_TIME_MINS: 1
TASK_NAME: BulkAddOrganisationPolicyTask
CRON_BULK_ADD_ORGANISATION_POLICY_ENABLED: false
CRON_BULK_ADD_ORGANISATION_POLICY_CASE_TYPE_ID: FinancialRemedyContested
CRON_BULK_ADD_ORGANISATION_POLICY_BATCH_SIZE: 50
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: 1
global:
jobKind: CronJob
enableKeyVaults: true
Expand Down
Loading