change data retention to 7 days, 23 hours

This commit is contained in:
Kenneth Kehl
2024-08-21 10:46:13 -07:00
parent 6383feea3e
commit 2b1f9b72a1

View File

@@ -188,7 +188,7 @@ def dao_get_jobs_older_than_data_retention(notification_types):
.all()
)
end_date = today - timedelta(days=7)
end_date = today - timedelta(days=7, hours=23)
for notification_type in notification_types:
services_with_data_retention = [
x.service_id