Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion deployment/environments/terraform-staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rds_database_name = "opensupplyhub"
rds_multi_az = false
rds_storage_encrypted = true

app_ecs_desired_count = "6"
app_ecs_desired_count = "4"
app_ecs_deployment_min_percent = "100"
app_ecs_deployment_max_percent = "400"
app_fargate_cpu = "1024"
Expand Down
15 changes: 1 addition & 14 deletions doc/release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
#### Scheme changes
* [OSDEV-1229](https://opensupplyhub.atlassian.net/browse/OSDEV-1229) - Created Moderation Events Postgres table to track moderation events in the database.

### Database changes
#### Migrations:
* *Describe migrations here.*

#### Scheme changes
* *Describe scheme changes here.*

### Code/API changes
* Throttling has been introduced for tiles/* endpoints, limiting requests to 300 per minute.
* [OSDEV-1328](https://opensupplyhub.atlassian.net/browse/OSDEV-1328) The OpenSearch tokenizer has been changed to `lowercase` to get better search results when querying the GET /v1/production-locations/ endpoint.

### Architecture/Environment changes
* *Describe architecture/environment changes here.*

### Bugfix
* *Describe bugfix here.*

### What's new
* *Describe what's new here. The changes that can impact user experience should be listed in this section.*
* Resource allocation has been optimized for the staging environment. The number of ECS tasks for the Django app has been reduced from 6 to 4, while maintaining system stability.

### Release instructions:
* Ensure that the following commands are included in the `post_deployment` command:
Expand Down