django-sloop icon indicating copy to clipboard operation
django-sloop copied to clipboard

Add a task that routinely deletes old messages

Open yigitguler opened this issue 4 years ago • 2 comments

My thoughts:

  • This task should be on by default.
  • Delete threshold should be adjjustable in the settings file. The default threshold should be a year. (Any thougts on this?)
  • Task should run every day.

yigitguler avatar Feb 11 '21 10:02 yigitguler

Sounds good to me.

I think easiest implementation would be to prepare the task and let the module user to define celery beat schedule for it.

alicertel avatar Feb 11 '21 11:02 alicertel

@hacernur Over to you.

yigitguler avatar Feb 15 '21 11:02 yigitguler