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

Batch Shredder: send shredding_complete to SNS #595

Closed
spenes opened this issue Oct 13, 2021 · 0 comments
Closed

Batch Shredder: send shredding_complete to SNS #595

spenes opened this issue Oct 13, 2021 · 0 comments
Assignees
Milestone

Comments

@spenes
Copy link
Contributor

spenes commented Oct 13, 2021

Currently the shredder sends a shredding_complete message to sqs (the aws message queue service) and loader receives the message from sqs.

The change is for the shredder to send the message to either SQS or SNS (the aws notification service). The reason is, we want to fan out to multiple sqs topics, so that the message is received by multiple loaders.

See here for an example of SQS+SNS fanout – not needed for this task, but just to give context.

@spenes spenes self-assigned this Nov 8, 2021
@spenes spenes added this to the 2.0.0 milestone Nov 8, 2021
@chuwy chuwy changed the title Batch Shredder: Send shredding_complete to SNS Batch Shredder: send shredding_complete to SNS Nov 12, 2021
@spenes spenes closed this as completed in 82bcc5e Dec 1, 2021
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