Files
notifications-api/tests/app
Richard Chapman ff911c30d6 Added Scheduled task to get stats for template usage
Currently some pages are timing out due to the time it takes to perform
database queries. This is an attempt to improve the performance by
performing the query against the notification history table once a day
and use the notification table for a delta between midnight and the when
the page is run and combine the results.

- Added Celery task for doing the work
- Added a dao to handle the insert and update of the stats table
- Updated tests to test the new functionality
2017-11-09 10:34:49 +00:00
..
2017-11-03 11:50:17 +00:00
2017-10-03 11:04:29 +01:00
2017-11-07 16:45:49 +00:00
2017-11-07 16:47:40 +00:00
2017-11-01 11:01:20 +00:00