How long should Reviews History persist? #184
cd-rite
started this conversation in
Feedback Requested
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reviews History will have to be limited in some way, or it will grow without limits.
Long term persistence of Reviews History should rely on database backups in the deployed environment.
Suggested remedies:
Admins can set (At Collection or System level is an open question) either a number of entries to keep or a number of days to keep history entries. Each time a Review changes state, a Review History entry is generated. At that time, check to see if the number of entries exceeds the configured limits for that Collection, and delete excess entries.
Periodic purges of Reviews History entries that exceed configured bounds.
Beta Was this translation helpful? Give feedback.
All reactions