You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ticket is understood, and QA has been contacted (if the ticket has a QA label).
After Notify makes an HTTP request to a provider and receives a 200 response, the provider should make HTTP requests to the delivery status callback endpoints to update the notification status in the Notify database. The status is not being updated.
Steps to Reproduce
Send a notification to your self with a v3 endpoint.
Wait until you receive the notification.
GET the notification, and note that it remains in "sent" status.
Impact/Urgency
Expected Behavior
Notifications progress from "created," to "sent," . . . , to "delivered."
QA Considerations
refactor regression tests to account for this update
Additional Info & Resources
The status is being set to "sent" when sending the notification in app/celery/v3/notification_tasks.py
Description
After Notify makes an HTTP request to a provider and receives a 200 response, the provider should make HTTP requests to the delivery status callback endpoints to update the notification status in the Notify database. The status is not being updated.
Steps to Reproduce
Impact/Urgency
Expected Behavior
QA Considerations
Additional Info & Resources
The status is being set to "sent" when sending the notification in
app/celery/v3/notification_tasks.py
The text was updated successfully, but these errors were encountered: