Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Implement purge_history by timestamp #2946

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Mar 5, 2018

Normally people actually just want to keep the last N days/months of traffic, so this is more useful than having to pass a depth.

yield self.store.find_first_stream_ordering_after_ts(ts)
)

(_, depth, _) = (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(The parentheses on the left are redundant)

@erikjohnston erikjohnston assigned richvdh and unassigned erikjohnston Mar 6, 2018
@richvdh richvdh merged commit b293210 into develop Mar 6, 2018
@richvdh richvdh deleted the rav/timestamp_to_purge branch May 2, 2018 15:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants