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

Add expire_at attribute you can configure TTL on for garbage collection. #13

Merged
merged 2 commits into from Nov 3, 2020

Conversation

JDutil
Copy link
Contributor

@JDutil JDutil commented Jan 25, 2017

Rather than using the provided garbage collection rake task we're using the TTL feature to reap any records that have expired. Fixes #12

@masutaka
Copy link

masutaka commented Mar 7, 2017

👍

New – Manage DynamoDB Items Using Time to Live (TTL) | AWS Blog

I want to use the expired_at as TTL attribute.

djmassad pushed a commit to FronteraConsulting/aws-sessionstore-dynamodb-ruby that referenced this pull request Apr 25, 2017
@mullermp mullermp merged commit bd7e28b into aws:master Nov 3, 2020
Jason733i pushed a commit to MedXCom/aws-sessionstore-dynamodb-ruby that referenced this pull request Apr 7, 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

Successfully merging this pull request may close these issues.

Add expire_at attribute for using DynamoDB's TTL as a garbage collector.
3 participants