Skip to content

Use lifecycle rule to delete from caching queue S3 bucket #160

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

Closed
alanshaw opened this issue Mar 20, 2025 · 0 comments · Fixed by #179
Closed

Use lifecycle rule to delete from caching queue S3 bucket #160

alanshaw opened this issue Mar 20, 2025 · 0 comments · Fixed by #179

Comments

@alanshaw
Copy link
Member

💡 Instead of manually deleting items, why not just have a lifecycle rule to delete items after a day/week/month?

This would speed up the lambda (does not need to wait for the delete) and I believe deletes via lifecycle rules are not charged.

The downside is that if the queue gets delayed there's a finite time we have to unblock it.

@hannahhoward I think you implemented this originally(?) - interested in your opinion here.

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

Successfully merging a pull request may close this issue.

1 participant