mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
add date
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# ADR: Manage total record retention dynamically
|
# ADR: Manage total record retention dynamically
|
||||||
|
|
||||||
Status: Accepted
|
Status: Accepted
|
||||||
Date:
|
Date: 09/27/23
|
||||||
|
|
||||||
### Context
|
### 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user