Skip to content
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

Adjust SQS redrive policy for production #21

Open
asjohnston-asf opened this issue Mar 6, 2024 · 1 comment
Open

Adjust SQS redrive policy for production #21

asjohnston-asf opened this issue Mar 6, 2024 · 1 comment

Comments

@asjohnston-asf
Copy link
Member

asjohnston-asf commented Mar 6, 2024

The SQS is currently configured to quickly send messages that cannot be processed to the dead letter queue. We'll want to adjust those settings to messages are retried more times over a longer period as appropriate for an operational workload.

https://github.com/ASFHyP3/its-live-monitoring/blob/develop/cloudformation.yml#L42-L49

  • VisibilityTimeout is the time between attempts
  • maxReceiveCount is the total number of attempts

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html

@jhkennedy
Copy link
Contributor

Generally, our current settings have worked well for Landsat processing.

Significant changes are coming in #74 with the Sentinel-2 support, so I'm going to leave this open for now as we'll want to watch/monitor for a while after those changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants