File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,9 +186,7 @@ def parent_dir(path):
186186NO_ADDON_WAIT_TIME = timedelta (weeks = 8 ) # 2 months for "Link an add-on to your OSF project" email
187187NO_LOGIN_WAIT_TIME = timedelta (weeks = 52 ) # 1 year for "We miss you at OSF" email
188188NO_LOGIN_OSF4M_WAIT_TIME = timedelta (weeks = 52 ) # 1 year for "We miss you at OSF" email to users created from OSF4M
189-
190- # TODO: this will be changed to 12 weeks (3 month) with ENG-9856
191- NOTIFICATIONS_CLEANUP_AGE = timedelta (weeks = 52 ) # 1 year to clean up old notifications and email tasks
189+ NOTIFICATIONS_CLEANUP_AGE = timedelta (weeks = 12 ) # 3 months to clean up old notifications and email tasks
192190NOTIFICATIONS_CLEANUP_BATCH_SIZE = 10000 # Batch size for notifications and email tasks cleanup
193191
194192# Configuration for "We miss you at OSF" email (`NotificationTypeEnum.USER_NO_LOGIN`)
You can’t perform that action at this time.
0 commit comments