Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

dynamodb router table: need to set up a clean job #645

Closed
oremj opened this issue Sep 1, 2016 · 0 comments
Closed

dynamodb router table: need to set up a clean job #645

oremj opened this issue Sep 1, 2016 · 0 comments

Comments

@oremj
Copy link
Contributor

oremj commented Sep 1, 2016

We are up to 1B records with 150GB of data in the router table. It looks like last_connect is available. Can we start scrubbing out uaids with last_connect less than some amount of days ago?

I assume this will have to be done in some sort of throttled manner, so we can set up a cron job or lambda function that runs this task.

@bbangert bbangert added this to the PUSHSVC-0: quality milestone Sep 12, 2016
@bbangert bbangert self-assigned this Sep 29, 2016
bbangert added a commit that referenced this issue Sep 30, 2016
Add's a new drop_user command that scans the AccessIndex for
users that haven't connected in the given month and removes the
route records.

Closes #645
bbangert added a commit that referenced this issue Oct 3, 2016
Add's a new drop_user command that scans the AccessIndex for
users that haven't connected in the given month and removes the
route records.

Closes #645
bbangert added a commit that referenced this issue Oct 3, 2016
Add's a new drop_user command that scans the AccessIndex for
users that haven't connected in the given month and removes the
route records.

Closes #645
bbangert added a commit that referenced this issue Oct 3, 2016
Add's a new drop_user command that scans the AccessIndex for
users that haven't connected in the given month and removes the
route records.

Closes #645
bbangert added a commit that referenced this issue Oct 3, 2016
Add's a new drop_user command that scans the AccessIndex for
users that haven't connected in the given month and removes the
route records.

Closes #645
bbangert added a commit that referenced this issue Oct 3, 2016
Add's a new drop_user command that scans the AccessIndex for
users that haven't connected in the given month and removes the
route records.

Closes #645
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants