mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
add documentation on search tags
This commit is contained in:
@@ -188,6 +188,7 @@ def dao_get_jobs_older_than_data_retention(notification_types):
|
||||
.all()
|
||||
)
|
||||
|
||||
# notify-api-1287, make default data retention 7 days, 23 hours
|
||||
end_date = today - timedelta(days=7, hours=23)
|
||||
for notification_type in notification_types:
|
||||
services_with_data_retention = [
|
||||
|
||||
Reference in New Issue
Block a user