Skip to content

Commit

Permalink
Issue 464.ron.0 (#466)
Browse files Browse the repository at this point in the history
* #464 updated visibility timeout

* #464 updated visibility timeout

* #464 updated changelog
  • Loading branch information
roncewind authored Dec 15, 2022
1 parent 821d4eb commit 0dd284d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [2.2.3] - 2022-12-14

### Changed in 2.2.3

- Updated SQS visibility timeout from 30s to 30m

## [2.2.2] - 2022-11-01

### Changed in 2.2.2
Expand Down
4 changes: 2 additions & 2 deletions stream-loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ def run(self):
AttributeNames=[],
MaxNumberOfMessages=1,
MessageAttributeNames=[],
VisibilityTimeout=30,
VisibilityTimeout=900,
WaitTimeSeconds=self.sqs_wait_time_seconds
)

Expand Down Expand Up @@ -3075,7 +3075,7 @@ def run(self):
AttributeNames=[],
MaxNumberOfMessages=1,
MessageAttributeNames=[],
VisibilityTimeout=30,
VisibilityTimeout=900,
WaitTimeSeconds=self.sqs_wait_time_seconds
)

Expand Down

0 comments on commit 0dd284d

Please sign in to comment.