mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 11:28:25 -04:00
rename callback_tasks.py to process_ses_receipts.py
create service_callback_tasks.py for tasks to send delivery statuses to services
This commit is contained in:
@@ -5,7 +5,7 @@ from requests import request, RequestException, HTTPError
|
||||
|
||||
from app.models import SMS_TYPE
|
||||
from app.config import QueueNames
|
||||
from app.celery.callback_tasks import process_ses_results
|
||||
from app.celery.process_ses_receipts_tasks import process_ses_results
|
||||
|
||||
temp_fail = "7700900003"
|
||||
perm_fail = "7700900002"
|
||||
|
||||
Reference in New Issue
Block a user