We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
💡 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.
The text was updated successfully, but these errors were encountered:
76d750f
Successfully merging a pull request may close this issue.
💡 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.
The text was updated successfully, but these errors were encountered: