worthwhile / django-herald

A Django messaging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add setting to control how long to keep emails before deleting them

raiderrobert opened this issue · comments

Would require setting up celery tasks

@raiderrobert what if we just delete any notifications that are older than the date setting whenever we send a notification? That way we wouldn't need a celery task.

That could be an interesting setting for each message. Basically it would act like a retention period.