mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-17 04:58:50 -04:00
Process Incomplete Jobs Updates
Comments are PR review. Updated code style in a few places to make it more consistent with other code, added tests for letters and emails so they are testedt, refactored some database queries to dao file - Fixed code style - Refactored database queries to dao code - Added tests for emails and sms.
This commit is contained in:
@@ -42,8 +42,8 @@ from app.dao.users_dao import delete_codes_older_created_more_than_a_day_ago
|
||||
from app.models import (
|
||||
Job,
|
||||
LETTER_TYPE,
|
||||
JOB_STATUS_READY_TO_SEND,
|
||||
JOB_STATUS_IN_PROGRESS
|
||||
JOB_STATUS_IN_PROGRESS,
|
||||
JOB_STATUS_READY_TO_SEND
|
||||
)
|
||||
from app.notifications.process_notifications import send_notification_to_queue
|
||||
from app.statsd_decorators import statsd
|
||||
|
||||
Reference in New Issue
Block a user