Skip to content

Commit c5f7a56

Browse files
authored
Increased the CPU and memory allocation for DedupeHub in the Test environment and updated the release date for version 2.19.0 to the actual one. (#885)
- Increased the CPU and memory allocation for the DedupeHub container to `8 CPU` and `40 GB` in the Terraform deployment configuration to address memory overload issues during production location reindexing for the `Test` environment. - Updated the release date for version 2.19.0 to the actual date: February 14, 2026.
1 parent e6a4f5f commit c5f7a56

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

deployment/environments/terraform-test.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ app_ecs_scale_target_min_capacity = 1
4545
app_ecs_cooldown_scale_down = 300
4646
app_ecs_cooldown_scale_up = 180
4747

48-
app_dd_fargate_cpu = "4096"
49-
app_dd_fargate_memory = "8192"
48+
app_dd_fargate_cpu = "8192"
49+
app_dd_fargate_memory = "40960"
5050
app_dd_ecs_desired_count = "1"
5151

5252
cli_fargate_cpu = "2048"

doc/release/RELEASE-NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). The format is based on the `RELEASE-NOTES-TEMPLATE.md` file.
55

6-
## Release 2.20
6+
## Release 2.20.0
77

88
## Introduction
99
* Product name: Open Supply Hub
@@ -21,9 +21,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
2121
* Previously opened facility pages at `/facilities/:osID` will redirect to `/production-locations/:osID` after page refresh.
2222
* When the feature flag is disabled, accessing `/production-locations/:osID` routes will result in a "Not found" page with no automatic redirection to the legacy `/facilities/:osID` route.
2323

24+
### Architecture/Environment changes
25+
* Increased the CPU and memory allocation for the DedupeHub container to `8 CPU` and `40 GB` in the Terraform deployment configuration to address memory overload issues during production location reindexing for the `Test` environment.
26+
2427
### Release instructions
2528
* Ensure that the following commands are included in the `post_deployment` command:
26-
* `delete_emailaddress_for_deleted_users`
2729
* `migrate`
2830
* `reindex_database`
2931

@@ -32,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
3234

3335
## Introduction
3436
* Product name: Open Supply Hub
35-
* Release date: February 13, 2026
37+
* Release date: February 14, 2026
3638

3739
### Database changes
3840

doc/release/RELEASE-PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This document outlines the SDLC pillars of the opensupplyhub monorepo, as well a
7979
| v2.16.0 | November 25, 2025 | November 29, 2025 | @Roman Stolar |
8080
| v2.17.0 | December 9, 2025 | December 13, 2025 | @Vadim Kovalenko |
8181
| v2.18.0 | January 13, 2026 | January 17, 2026 | @Vlad Shapik |
82-
| v2.19.0 | February 10, 2026 | February 13, 2026 | @Vlad Shapik |
82+
| v2.19.0 | February 10, 2026 | February 14, 2026 | @Vlad Shapik |
8383

8484
## General Information
8585

0 commit comments

Comments
 (0)