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

Investigate AWS "Dead Letter" SQS queue #2

Open
rmcgibbo opened this issue May 4, 2021 · 0 comments
Open

Investigate AWS "Dead Letter" SQS queue #2

rmcgibbo opened this issue May 4, 2021 · 0 comments

Comments

@rmcgibbo
Copy link
Owner

rmcgibbo commented May 4, 2021

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html

The idea would be that rather an immediately marking each message as processed, we could set a maxReceiveCount and use a dead letter queue.

One situation where I can imagine something like this being valuable is when the nixpkgs master branch is temporarily broken and won't evaluate, and we might as well retry failing PRs after some delay.

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

1 participant