Skip to content

Commit

Permalink
Merge pull request #143 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.5.6
  • Loading branch information
asjohnston-asf authored Aug 16, 2024
2 parents a8e0e82 + 029dfae commit 310c7b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.6]
### Changed
- Reduced SQS batch size from 10 to 1 so that each de-duplication attempt has up to the full 15-minute Lambda timeout.

## [0.5.5]
### Fixed
- Reduced maximum concurrent executions of the `its_live_monitoring` lambda from 1,000 to 100 to reduce the frequency of
Expand Down
2 changes: 1 addition & 1 deletion cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Resources:
Type: AWS::Lambda::EventSourceMapping
Properties:
FunctionName: !Ref Lambda
BatchSize: 10
BatchSize: 1
EventSourceArn: !GetAtt Queue.Arn
FunctionResponseTypes:
- ReportBatchItemFailures
Expand Down
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-its_live_monitoring.txt
-r requirements-status-messages.txt
cfn-lint==1.4.2
ruff==0.5.0
pytest==8.2.2
cfn-lint==1.10.1
ruff==0.5.7
pytest==8.3.2
responses==0.25.3
8 changes: 4 additions & 4 deletions requirements-its_live_monitoring.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
geopandas==1.0.0
hyp3-sdk==6.1.0
geopandas==1.0.1
hyp3-sdk==7.0.1
pandas==2.2.2
pystac-client==0.8.2
pystac-client==0.8.3
requests==2.32.3
shapely==2.0.4
shapely==2.0.5

0 comments on commit 310c7b3

Please sign in to comment.