mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Some small changes to letter tasks and adding statsd
- Add statsd to collate-letter-pdfs-to-be-sent - Add statsd to dao_get_letters_to_be_printed - rename scheduled task for clarity
This commit is contained in:
@@ -731,6 +731,7 @@ def notifications_not_yet_sent(should_be_sending_after_seconds, notification_typ
|
||||
return notifications
|
||||
|
||||
|
||||
@statsd(namespace="dao")
|
||||
def dao_get_letters_to_be_printed(print_run_deadline):
|
||||
"""
|
||||
Return all letters created before the print run deadline that have not yet been sent
|
||||
|
||||
Reference in New Issue
Block a user