-
Notifications
You must be signed in to change notification settings - Fork 2
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
7/24/2024 Production Deploy #1211
Conversation
…dev-env Upgrade terraform-cloudgov, remove recursive_delete in dev module
handling throttling exception
Signed-off-by: Cliff Hill <[email protected]>
Signed-off-by: Cliff Hill <[email protected]>
fix ExpiringDict caching solution
Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.3 to 5.4.0. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.3.3...v5.4.0) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bump cachetools from 5.3.3 to 5.4.0
Bumps [boto3](https://github.com/boto/boto3) from 1.34.143 to 1.34.144. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.143...1.34.144) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bump boto3 from 1.34.143 to 1.34.144
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.1...1.2.2) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bump exceptiongroup from 1.2.1 to 1.2.2
Notes on working sandbox
This changeset updates the memory available to the API app and workers to be 4 GB to improve app stability and performance. Signed-off-by: Carlo Costino <[email protected]>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Increased API and worker app memory to 4GB
set delivery receipt delay to 30 seconds (from 120 seconds)
This changeset modifies the Python version specified in the runtime.txt file for cloud.gov. The buildpack was recently updated, and the older version we had pinned is no longer supported. Signed-off-by: Carlo Costino <[email protected]>
Update Python runtime version for cloud.gov
…rvice_phone_numbers Getting the logging where I think it will be most useful.
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
Bumps [botocore](https://github.com/boto/botocore) from 1.34.144 to 1.34.148. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.144...1.34.148) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bump botocore from 1.34.144 to 1.34.148
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
A note to PR reviewers: it may be helpful to review our code review documentation to know what to keep in mind while reviewing pull requests.
Description
This is a production deploy for 7/24/2024. Full release notes are here!
Security Considerations