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

[FEATURE] Poll SQS for new messages and download from S3 when found #382

Open
mikeyavorsky opened this issue May 15, 2024 · 0 comments
Open
Assignees
Labels

Comments

@mikeyavorsky
Copy link
Collaborator

  1. Poll SQS queue
  2. If a message exists in the queue
    2a. change visibility to high SQS.Client.change_message_visibility()
    2b. download from S3 at parsed.Records[0].s3.bucket.name + "/" + parsed.Records[0].s3.object.key and log success or failure
    2c. if download succeeds, delete message
@zganger zganger self-assigned this May 15, 2024
zganger added a commit to zganger/police-data-trust that referenced this issue Jun 26, 2024
zganger added a commit to zganger/police-data-trust that referenced this issue Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants