Files
notifications-api/tests/app
Martyn Inglis c8a5366484 Scheduled tasks to clean up the database
- tasks run hourly
- uses celery beat to schedule the tasks

4 new tasks
- delete verify codes (after 1 day)
- delete invitations (after 1 day)
- delete successful notifications  (after 1 day)
- delete failed notifications (after 7 days)

Delete methods in the DAO classes
2016-03-09 17:46:01 +00:00
..
2016-03-09 09:57:14 +00:00
2016-03-02 11:10:52 +00:00
2016-03-08 15:23:19 +00:00