This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-08-17 04:58:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a13bcc6697a662660fd3a486e83c84f8637a6f6e
notifications-api
/
tests
/
app
/
dao
/
notification_dao
History
Rebecca Law
69102db4cb
Remove the hourly loop and replace it with a while loop, which check if we still have things to delete for the day.
...
We are already limiting the query by a query limit.
2020-03-24 14:54:06 +00:00
..
__init__.py
…
test_notification_dao_delete_notifications.py
Remove the hourly loop and replace it with a while loop, which check if we still have things to delete for the day.
2020-03-24 14:54:06 +00:00
test_notification_dao_performance_platform.py
Update the query that gets the number of notifications that have been sent under 10 seconds to use Notifications rather than NotificationHistory.
2019-04-10 10:06:27 +01:00
test_notification_dao_template_usage.py
Remove unused methods.
2020-02-07 15:50:54 +00:00
test_notification_dao.py
Remove unused methods.
2020-02-07 15:50:54 +00:00