Skip to content

Commit

Permalink
BCDA-8577 Update runout claim date (#1024)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

https://jira.cms.gov/browse/BCDA-8577

## 🛠 Changes

Update runout claim data date

## ℹ️ Context

Part of EOY transition:
https://confluence.cms.gov/display/BCDA/Performance+Year+%28PY%29+transition+2024+checklist

<!-- If any of the following security implications apply, this PR must
not be merged without Stephen Walter's approval. Explain in this section
and add @SJWalter11 as a reviewer.
  - Adds a new software dependency or dependencies.
  - Modifies or invalidates one or more of our security controls.
  - Stores or transmits data that was not stored or transmitted before.
- Requires additional review of security implications for other reasons.
-->

## 🧪 Validation

Local testing and linting.
  • Loading branch information
carlpartridge authored Dec 24, 2024
1 parent 3e4aa67 commit b8ae6d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/configs/dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEBUG=true
DEPLOYMENT_TARGET=dev
EXPIRED_THRESHOLD_HR=24
QUEUE_LIBRARY=que-go
RUNOUT_CLAIM_THRU_DATE=2023-12-31
RUNOUT_CLAIM_THRU_DATE=2024-12-31
SSAS_TIMEOUT_MS=5000
SSAS_USE_TLS=true
USER_GUIDE_LOC=https://stage.bcda.cms.gov
Expand Down
2 changes: 1 addition & 1 deletion conf/configs/opensbx.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEBUG=false
DEPLOYMENT_TARGET=opensbx
EXPIRED_THRESHOLD_HR=24
QUEUE_LIBRARY=que-go
RUNOUT_CLAIM_THRU_DATE=2023-12-31
RUNOUT_CLAIM_THRU_DATE=2024-12-31
SSAS_TIMEOUT_MS=5000
SSAS_USE_TLS=true
USER_GUIDE_LOC=https://bcda.cms.gov
Expand Down
2 changes: 1 addition & 1 deletion conf/configs/prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEBUG=false
DEPLOYMENT_TARGET=prod
EXPIRED_THRESHOLD_HR=24
QUEUE_LIBRARY=que-go
RUNOUT_CLAIM_THRU_DATE=2023-12-31
RUNOUT_CLAIM_THRU_DATE=2024-12-31
SSAS_TIMEOUT_MS=5000
SSAS_USE_TLS=true
USER_GUIDE_LOC=https://bcda.cms.gov
Expand Down
2 changes: 1 addition & 1 deletion conf/configs/test.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEBUG=true
DEPLOYMENT_TARGET=test
EXPIRED_THRESHOLD_HR=24
QUEUE_LIBRARY=que-go
RUNOUT_CLAIM_THRU_DATE=2023-12-31
RUNOUT_CLAIM_THRU_DATE=2024-12-31
SSAS_TIMEOUT_MS=5000
SSAS_USE_TLS=true
USER_GUIDE_LOC=https://stage.bcda.cms.gov
Expand Down

0 comments on commit b8ae6d5

Please sign in to comment.