This commit is contained in:
stvnrlly
2023-09-27 09:47:29 -04:00
parent 4ad3c73967
commit 5a4e828e3f

View File

@@ -1,8 +1,8 @@
# ADR: Manage total record retention dynamically
Status: Accepted
Date:
# ADR: Manage total record retention dynamically
Status: Accepted
Date: 09/27/23
### Context
Currently, we have a global maximum for messages sent per day. This is designed to limit the amount of PII that we're holding at any given time. That limit is a Redis counter that auto-increments with each message sent.