Skip to content

Commit

Permalink
DMP-4631 (Dev Only) Enable ARM RPO feature flag on PROD (#6007)
Browse files Browse the repository at this point in the history
Updated PROCESS_E2E_ARM_RPO to true for prod
  • Loading branch information
karen-hedges authored Jan 31, 2025
1 parent 2826efd commit 3bdc2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/darts-modernisation/darts-api/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
MANUAL_DELETION_ENABLED: true
EVENT_OBFUSCATION_ENABLED: true
DARTS_API_DB_POOL_SIZE: 200
PROCESS_E2E_ARM_RPO: false
PROCESS_E2E_ARM_RPO: true
ARM_RPO_DURATION: 24h
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: false
pdb:
Expand Down
2 changes: 1 addition & 1 deletion apps/darts-modernisation/darts-automated-tasks/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
DARTS_PORTAL_URL: https://darts.apps.hmcts.net
DARTS_LOG_LEVEL: DEBUG
ARM_URL: https://www.court-tribunal-records-archive.service.justice.gov.uk
PROCESS_E2E_ARM_RPO: false
PROCESS_E2E_ARM_RPO: true
ARM_RPO_DURATION: 24h
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: false
pdb:
Expand Down

0 comments on commit 3bdc2c1

Please sign in to comment.